Skip to content

Commit

Permalink
Add missing requirement-tests installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aranega committed Nov 29, 2024
1 parent bf16508 commit 0fe3798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pygeppetto-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
pip install -r requirements.txt
pip install -r requirements.txt
pip install -r requirements-test.txt
pip install -e .
- name: Test with pytest
run: |
Expand Down

0 comments on commit 0fe3798

Please sign in to comment.