File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 7373 python-version : ${{ matrix.python-version }}
7474
7575 - name : Install Python Dependencies
76- run : pip3 install --upgrade pip packaging check-wheel-contents
76+ run : |
77+ pip3 install packaging
78+ which python3
79+ python3 --version
80+ pip3 list
81+ bazel --version
7782
7883 - name : Build for Python ${{ matrix.python-version }}
7984 run : bazel --bazelrc=.bazelrc build --compilation_mode=opt --dynamic_mode=off --config=luajit ${{ matrix.cfg.config }} //dmlab2d:dmlab2d_wheel
8590 echo WHEEL_NAME="${WHEEL_NAME}" >> "${GITHUB_ENV}"
8691
8792 - name : Check wheel contents
88- run : check-wheel-contents bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
93+ run : |
94+ pip3 install check-wheel-contents
95+ check-wheel-contents bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
8996
9097 - name : Test wheel
9198 if : (!contains(env.WHEEL_NAME, 'arm64'))
You can’t perform that action at this time.
0 commit comments