Skip to content

Commit

Permalink
Update pip install for wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonald authored Mar 30, 2023
1 parent 6dbbc52 commit f4e89e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
CIBW_SKIP: cp*-musllinux*
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: "pip install -r requirements_dev.txt --user && pip install ."
CIBW_BEFORE_BUILD_MACOS: "pip install -r requirements_dev.txt --user && pip install ."
CIBW_BEFORE_BUILD: "pip install -r requirements_dev.txt && pip install ."
CIBW_BEFORE_BUILD_MACOS: "pip install -r requirements_dev.txt && pip install ."
CIBW_BUILD: cp38-* cp39-* cp310-*

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f4e89e1

Please sign in to comment.