Skip to content

Commit

Permalink
fix scripts call
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Nov 3, 2024
1 parent 2d1f239 commit e2fc93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-config-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
uses: actions/setup-python@v4
- name: Install Poetry
run: |
python -m pip install --upgrade pip
python -m pip install poetry
sudo python -m pip install --upgrade pip
sudo python -m pip install poetry
- name: Run the scripts integration tests
run: sudo make test_scripts
Expand Down

0 comments on commit e2fc93d

Please sign in to comment.