Skip to content

Commit 1f97186

Browse files
committed
Test workflow
1 parent 809b3b2 commit 1f97186

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/manylinux_basic.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ 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+
bazel build //pygloo:all
27+
echo "Built successfully1."
28+
2629
- name: Build wheels
2730
run: |
28-
bazel build //pygloo:all
31+
# bazel build //pygloo:all
2932
echo "Built successfully."
3033
3134
# - name: Archive pygloo-wheel

0 commit comments

Comments
 (0)