File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments