Skip to content

Commit

Permalink
Try to fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Jul 24, 2024
1 parent 78209f4 commit 9ac9bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install package and its dependencies
run: python3 -m pip install -e .[dev]
run: pip install -e .[dev]

- name: Run pytest
run: pytest -v --cov --cov-report json
Expand Down

0 comments on commit 9ac9bac

Please sign in to comment.