We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fc8b5 commit f84c35dCopy full SHA for f84c35d
.github/workflows/cibuildwheel.yml
@@ -39,8 +39,8 @@ jobs:
39
git submodule update --init biopython
40
cd biopython
41
# Use commit hash if tag is still pending:
42
- # This should become biopython-186:
43
- git checkout c809938fda0ba0a90696779539173ea8d881ad8f
+ # Testing prior to version bump and biopython-187 tag:
+ git checkout d76a5581ca3317ec850d72450c458ec4e34e2583
44
cd ..
45
46
- name: Build wheels
0 commit comments