Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed Sep 11, 2024
1 parent 0b31fb6 commit 66df636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
disk-root: "C:"
- name: Install dependencies
run: |
python3 -m pip install -U .[test,dev]
python3 -m pip install setuptools
python3 -m pip install .[test,dev]
python3 setup.py build_ext --inplace
- name: Run pre-commit checks
if: startsWith(matrix.os, 'ubuntu-')
Expand Down

0 comments on commit 66df636

Please sign in to comment.