Skip to content

Commit

Permalink
Install dependencies with the package
Browse files Browse the repository at this point in the history
  • Loading branch information
trossi committed Sep 24, 2024
1 parent 80d8df1 commit 8deafb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install -r requirements_dev.txt
python -m pip install --no-deps -e .
python -m pip install -e . -r requirements_dev.txt
- name: Test with pytest
run: |
pytest -v

0 comments on commit 8deafb7

Please sign in to comment.