Skip to content

Commit 92011ed

Browse files
authored
Update make_wheel.yml
1 parent faf478f commit 92011ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
python-version: ${{ matrix.python-version }}
7373

7474
- name: Install Python Dependencies
75-
run: pip3 install --upgrade pip packaging check-wheel-contents
75+
run: pip3 install --upgrade pip packaging check-wheel-contents setuptools
7676

7777
- name: Build for Python ${{ matrix.python-version }}
7878
run: bazel --bazelrc=.bazelrc build --compilation_mode=opt --dynamic_mode=off --config=luajit ${{ matrix.cfg.config }} //dmlab2d:dmlab2d_wheel

0 commit comments

Comments
 (0)