Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
Fixing to indicate that unittest (not pytest) is used.
  • Loading branch information
mipals committed Oct 17, 2023
1 parent 474e133 commit c5c5e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
python -m pip install --upgrade pip
pip install numpy
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
- name: Test with unittest
run: |
python3 -m unittest tests/test_egrssmatrix.py

0 comments on commit c5c5e86

Please sign in to comment.