Skip to content

Commit

Permalink
conditional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefandinno committed Dec 12, 2024
1 parent ed98a71 commit 186d143
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
python -VV
pip list
- name: run tests
- name: run all tests and static checks
if: matrix.python-version == '3.12' && matrix.clingo-version == '>=5.7.0,<5.8.0'
run: nox -r

- name: run only tests
if: matrix.python-version != '3.12' || matrix.clingo-version != '>=5.7.0,<5.8.0'
run: nox -rs all_tests

0 comments on commit 186d143

Please sign in to comment.