Skip to content

Commit 8ce0747

Browse files
committed
Add PYTHON38 as a test suit.
1 parent 1f97186 commit 8ce0747

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/manylinux_basic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
chmod +x bazel-5.1.0-installer-linux-x86_64.sh
2424
./bazel-5.1.0-installer-linux-x86_64.sh --user
2525
export PATH=$PATH:~/.bazel/bin
26+
export PYTHON_BIN_PATH='/opt/python/cp38-cp38/bin/python'
2627
bazel build //pygloo:all
2728
echo "Built successfully1."
2829

0 commit comments

Comments
 (0)