Skip to content

Commit

Permalink
ubuntu uses pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Oct 15, 2023
1 parent 1c6839f commit 66d8014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install -e .
- name: Run Tests
run: |
python -m unittest discover tests -vv
pytest
- name: Run System paths still working
run: python tests/post_install.py

0 comments on commit 66d8014

Please sign in to comment.