Skip to content

Commit 3d3e583

Browse files
committed
Update ci.yaml
1 parent f25282d commit 3d3e583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
source .venv/bin/activate
2424
python -m pip install pytest
25-
pip install --verbose .
25+
python -m pip install --verbose .
2626
2727
- name: Test
2828
run: python -m pytest

0 commit comments

Comments
 (0)