Skip to content

Commit 84632a7

Browse files
committed
made calling pip consistent
1 parent c8b4b38 commit 84632a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python3 -m pip install --upgrade pip setuptools
19-
pip install .[dev]
19+
python3 -m pip install .[dev]
2020
- name: Run tests
2121
run: |
2222
pytest

0 commit comments

Comments
 (0)