Skip to content

Commit

Permalink
include github action
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenBrinckmann committed Nov 18, 2024
1 parent 5578e5b commit 76b8798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest rocrate
pip install pytest rocrate jsonschema
- name: Test with pytest
run: |
pytest --tb=no -s
Expand Down

0 comments on commit 76b8798

Please sign in to comment.