Skip to content

Commit

Permalink
Udate github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlk committed Oct 3, 2024
1 parent 3ddf561 commit ec3f786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: pypa/[email protected]
env:
# Build
CIBW_BEFORE_ALL: "pip install --upgrad pip && pip install -r requirements-dev.txt"
CIBW_BEFORE_ALL: "pip install --upgrade pip && pip install -r requirements-dev.txt"
CIBW_BUILD: cp{310,311,312,313}-*
CIBW_ARCHS_LINUX: ${{ matrix.architectures }}
CIBW_ARCHS_MACOS: ${{ matrix.architectures }}
Expand Down

0 comments on commit ec3f786

Please sign in to comment.