Skip to content

Commit

Permalink
fix: EVAL
Browse files Browse the repository at this point in the history
  • Loading branch information
Krasto committed Jan 21, 2024
1 parent b5cb3b6 commit 62be099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
- name: Evaluate
if: contains(github.event.head_commit.message, 'EVAL')
run: |
python -m ci_quixo
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.26.3
tqdm==4.66.1
dill==0.3.7
pytest==7.4.4
matplotlib==3.8.2

0 comments on commit 62be099

Please sign in to comment.