Skip to content

Commit

Permalink
Adding back tests before deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannipizzi committed Feb 14, 2024
1 parent 8de274f commit 9531133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
python -m pip install \
-r ./src/requirements.txt \
-r ./tests/requirements.txt
#- name: Test with pytest
# run: |
# PYTHONPATH=src/ pytest -v
- name: Test with pytest
run: |
PYTHONPATH=src/ pytest -v
- name: Build GH pages
run: |
Expand Down

0 comments on commit 9531133

Please sign in to comment.