Skip to content

Commit

Permalink
Don’t try to run pytest over Ribbit’s Python code
Browse files Browse the repository at this point in the history
  • Loading branch information
mossprescott committed Feb 13, 2024
1 parent f22871c commit c4f6eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install -r requirements.txt
- name: Test with pytest
run: |
pytest -v --doctest-modules
pytest -v --doctest-modules --ignore alt/scheme/ribbit
- name: Lint with flake8
run: |
pip install flake8
Expand Down

0 comments on commit c4f6eec

Please sign in to comment.