Skip to content

Commit

Permalink
Update .github/workflows/build_wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Jul 27, 2021
1 parent ef9e387 commit 05b1e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build wheels
env:
CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-*"
CIBW_MANYLINUX_X86_64_IMAGE: ghcr.io/njzjz/manylinux2010_x86_64_tensorflow
CIBW_MANYLINUX_X86_64_IMAGE: ghcr.io/deepmodeling/manylinux2010_x86_64_tensorflow
CIBW_BEFORE_BUILD: pip install tensorflow
CIBW_SKIP: "*-win32 *-manylinux_i686"
run: |
Expand Down

0 comments on commit 05b1e03

Please sign in to comment.