Skip to content

Commit 1c4a121

Browse files
committed
Attempt to fix cibuildwheel installation issue by removing version specification in Travis CI
Co-authored by: nijincheng@iscas.ac.cn;
1 parent 7526bc1 commit 1c4a121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
install:
3838
# Maybe get and clean and patch source
39-
- pip install cibuildwheel==3.2.1 -v
39+
- pip install cibuildwheel -v
4040
- which cibuildwheel
4141
- cibuildwheel --help # make sure it is installed correctly
4242
- echo done install step

0 commit comments

Comments
 (0)