Skip to content

Commit

Permalink
ci: fix test step
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Feb 6, 2024
1 parent f5a9b23 commit d5ade67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
python-version: '3.10'

- name: Install pre-commit
run: python -m pip install pre-commit
run: |
python -m pip install pre-commit
pip install -r requirements-dev.txt
- name: Check quality
run: make lint
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
maturin==1.4.0
pytest==8.0.0
pytest-cov==4.1.0

0 comments on commit d5ade67

Please sign in to comment.