We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211c311 commit f7ea81aCopy full SHA for f7ea81a
.github/workflows/wheels.yml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
if [[ "${PYTHON_BINDING_VERSION}" == "3.10" ]]; then
49
# we need to compile boost on our own for support of 3.10 python
50
- .github/workflows/compile_boost.sh 1.74.0
+ source .github/workflows/compile_boost.sh 1.74.0
51
fi
52
53
- name: Build wheels
0 commit comments