Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Feb 12, 2024
1 parent 6705edc commit cf69b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
pip install .[dev,tests]
- name: mypy
run: |
python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional simulationworkflowschema tests
python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional exampleparser tests
- name: Test with pytest
run: |
python -m pytest -sv tests
Expand Down

0 comments on commit cf69b0b

Please sign in to comment.