Skip to content

Commit

Permalink
Missing python3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Sep 23, 2023
1 parent 618aacc commit e8972c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
docker run --rm -v ${{ github.workspace }}:/src/gpu4pyscf:rw --workdir=/src/gpu4pyscf \
${{ env.img }} \
bash -exc 'export CIBW_BUIL=cp39-manylinux_x86_64 && \
python -m pip install cibuildwheel==2.16.0 && \
python -m cibuildwheel --output-dir wheelhouse'
python3 -m pip install cibuildwheel==2.16.0 && \
python3 -m cibuildwheel --output-dir wheelhouse'
- name: List available wheels
run: |
ls ${{ github.workspace }}/wheelhouse
Expand Down

0 comments on commit e8972c5

Please sign in to comment.