Skip to content

Commit

Permalink
Enable pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jhansche committed Jul 13, 2024
1 parent 9b17c4f commit 8281c1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackages.yaml
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 -r requirements.test.txt
#- name: Run pytest
# run: |
# pytest
- name: Run pytest
run: |
pytest

0 comments on commit 8281c1b

Please sign in to comment.