Skip to content

Commit d8b3109

Browse files
committed
Try 3 to make cibuildwheels test work
1 parent 44ab2ab commit d8b3109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: install pytest
18-
run: pip install pytest
18+
run: python -m pip install pytest
1919

2020
- name: Build wheels
2121
uses: pypa/cibuildwheel@v2.2.2

0 commit comments

Comments
 (0)