Skip to content

Commit

Permalink
Update make_wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Dec 5, 2024
1 parent faf478f commit 92011ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
python-version: ${{ matrix.python-version }}

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

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

0 comments on commit 92011ed

Please sign in to comment.