Skip to content

Commit

Permalink
ga: install package for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
hrw committed Sep 13, 2024
1 parent 297c376 commit d6f5d33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-upload-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python3 -m build

- name: Install system_calls
run: python3 -m pip install dist/system_calls-*.whl --user

- name: Install pytest
run: python3 -m pip install pytest --user

- name: Run pytest
run: pytest -v
run: pytest -v system_calls/tests/test*.py

- name: Store the distribution packages
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d6f5d33

Please sign in to comment.