Skip to content

Commit 4e8c29b

Browse files
committed
fix/ci(tests): attempt to fix windows pip installation
1 parent 219a609 commit 4e8c29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
python-version: '3.13'
4747
cache: 'pip'
48-
- run: pip install -r requirements.txt
48+
- run: python -m pip install -r requirements.txt
4949

5050
- name: Run tests
5151
run: pytest

0 commit comments

Comments
 (0)