Skip to content

Commit 11269d7

Browse files
authored
Update make_wheel.yml
1 parent 2a61a21 commit 11269d7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/make_wheel.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,14 @@ jobs:
7070
python-version: ${{ matrix.python-version }}
7171

7272
- name: Install Python Dependencies
73-
run: pip3 install --upgrade pip packaging check-wheel-contents setuptools
73+
run: |
74+
pip3 install --upgrade pip packaging check-wheel-contents setuptools
75+
pip list
7476
7577
- name: Build for Python ${{ matrix.python-version }}
76-
run: bazel --bazelrc=.bazelrc build --compilation_mode=opt --dynamic_mode=off --config=luajit ${{ matrix.cfg.config }} //dmlab2d:dmlab2d_wheel
78+
run: |
79+
bazel --version
80+
bazel --bazelrc=.bazelrc build --compilation_mode=opt --dynamic_mode=off --config=luajit ${{ matrix.cfg.config }} //dmlab2d:dmlab2d_wheel
7781
7882
- name: Get built wheel name
7983
working-directory: bazel-bin/dmlab2d

0 commit comments

Comments
 (0)