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 30d3558 commit 3ddf561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@ jobs:
uses: pypa/[email protected]
env:
# Build
CIBW_BEFORE_ALL: "pip install --upgrad pip && pip install -r requirements-dev.txt"
CIBW_BUILD: cp{310,311,312,313}-*
CIBW_ARCHS_LINUX: ${{ matrix.architectures }}
CIBW_ARCHS_MACOS: ${{ matrix.architectures }}
CIBW_ARCHS_WINDOWS: ${{ matrix.architectures }}

# Test
CIBW_BEFORE_TEST: pip install -r requirements-dev.txt
#CIBW_BEFORE_TEST: pip install -r requirements-dev.txt
CIBW_TEST_COMMAND: pytest {package}/tests

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

0 comments on commit 3ddf561

Please sign in to comment.