We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ab2ab commit d8b3109Copy full SHA for d8b3109
1 file changed
.github/workflows/build_wheels.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
- name: install pytest
18
- run: pip install pytest
+ run: python -m pip install pytest
19
20
- name: Build wheels
21
uses: pypa/cibuildwheel@v2.2.2
0 commit comments