Skip to content

Commit 39e2e18

Browse files
Revert cibuildwheel version change
Need to investigate issues with Windows no longer running tests properly on cibuildwheel 2+ - the tests fail to find the softioc/iocStatsDb dir as it is no longer packaged on Windows This reverts commit db85ca3.
1 parent ceae66c commit 39e2e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
python-version: "3.7"
6161

6262
- name: Install Python Dependencies
63-
run: pip install build cibuildwheel
63+
run: pip install build cibuildwheel==1.* # The 2.* releases dropped Python2 support.
6464

6565
- name: Build Sdist
6666
if: matrix.sdist

0 commit comments

Comments
 (0)