We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf478f commit 92011edCopy full SHA for 92011ed
.github/workflows/make_wheel.yml
@@ -72,7 +72,7 @@ jobs:
72
python-version: ${{ matrix.python-version }}
73
74
- name: Install Python Dependencies
75
- run: pip3 install --upgrade pip packaging check-wheel-contents
+ run: pip3 install --upgrade pip packaging check-wheel-contents setuptools
76
77
- name: Build for Python ${{ matrix.python-version }}
78
run: bazel --bazelrc=.bazelrc build --compilation_mode=opt --dynamic_mode=off --config=luajit ${{ matrix.cfg.config }} //dmlab2d:dmlab2d_wheel
0 commit comments