We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d13370 commit 29a57a1Copy full SHA for 29a57a1
1 file changed
.github/workflows/test.yml
@@ -33,8 +33,8 @@ jobs:
33
- name: Prepare
34
shell: bash
35
run: |
36
- pip install -U pip
37
- pip install -r requirements.txt pytest
+ python -m pip install -U pip
+ python -m pip install -r requirements.txt pytest
38
39
- name: Build
40
0 commit comments