Skip to content

Commit f7ea81a

Browse files
committed
fix
1 parent 211c311 commit f7ea81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
if [[ "${PYTHON_BINDING_VERSION}" == "3.10" ]]; then
4949
# we need to compile boost on our own for support of 3.10 python
50-
.github/workflows/compile_boost.sh 1.74.0
50+
source .github/workflows/compile_boost.sh 1.74.0
5151
fi
5252
5353
- name: Build wheels

0 commit comments

Comments
 (0)