Skip to content

Commit

Permalink
Fix PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ppigazzini committed Feb 23, 2024
1 parent b2bf0b7 commit b3f3b2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/worker_msys2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:

- name: Add packages folder to PYTHONPATH
run: |
echo "PYTHONPATH=$PYTHONPATH:$(pwd)/packages" >> $GITHUB_ENV
echo "PYTHONPATH=$(pwd)/packages" >> $GITHUB_ENV
- name: Run worker tests
run: |
python -m pip install requests
python -m unittest discover -vb

0 comments on commit b3f3b2e

Please sign in to comment.