Skip to content

Commit

Permalink
Update pythonapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjvandehaar authored Aug 21, 2023
1 parent 45da79e commit 1ecace2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
python3 -m pip install pytest
python3 -m pip freeze
python3 setup.py sdist bdist_wheel
python3 -m pip freeze
sh -c "cd /tmp && python3 -m pip install $PWD/dist/*.whl" # must be in a new dir to avoid finding build artifacts
python3 -m pip freeze
sh -c "cd /tmp && pytest $PWD/tests" # must be in a new dir to avoid finding source code

0 comments on commit 1ecace2

Please sign in to comment.