Skip to content

Commit

Permalink
Test again
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Jul 24, 2024
1 parent 3d629d1 commit e884e79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install package and its dependencies
run: pip install -e .[dev]
run: |
pip install --upgrade pip
pip install -e .[dev]
- name: Run pytest
run: pytest -v --cov --cov-report json
Expand Down

0 comments on commit e884e79

Please sign in to comment.