Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jan 16, 2025
1 parent c4083df commit 387c371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip pytest-cov
pip install .[dev]
python -m pip install --upgrade pip
pip install -e .[dev]
- name: Install apt packages
run: |
Expand Down

0 comments on commit 387c371

Please sign in to comment.