Skip to content

Commit

Permalink
Specifies the ignore paths as posargs in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgondu committed Nov 1, 2023
1 parent dff5441 commit cd0cab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tox-testing-including-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
tox -e lint
- name: Test poli-base with tox (ignoring RaSP)
run: |
tox -e poli-base-py39 --ignore=src/poli/tests/registry/proteins/test_rasp.py
tox -e poli-base-py39 -- --ignore=src/poli/tests/registry/proteins/test_rasp.py

0 comments on commit cd0cab0

Please sign in to comment.