Skip to content

Commit 43450d6

Browse files
ci (chore): add python pip module call
1 parent 0bbf3f6 commit 43450d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install Python dependencies
6161
run: |
6262
python -m pip install --upgrade pip pytest
63-
pip install -r requirements.txt
63+
python -m pip install -r requirements.txt
6464
6565
- name: Run pytest
6666
run: pytest -s

0 commit comments

Comments
 (0)