Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Krasto committed Jan 19, 2024
1 parent a58631d commit 1404879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
if: contains(github.event.head_commit.message, 'EVAL')
run: |
python -m pytest ci_quixo/__main__.py -m evaluate -s

0 comments on commit 1404879

Please sign in to comment.