Skip to content

Commit

Permalink
fixup! Reorganized dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoRoos committed Apr 23, 2024
1 parent cf0459e commit c466b50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install -e .
pip install -e .[test]
- name: Test with pytest
run: |
pytest --cov=src/ --cov-report=term
Expand Down

0 comments on commit c466b50

Please sign in to comment.