Skip to content

Commit

Permalink
ci: add deps for py312
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jun 23, 2024
1 parent f35ecda commit cc1a982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# to supply options, put them in 'env', like:
env:
CIBW_ARCHS_LINUX: ${{matrix.arch}}
CIBW_BEFORE_BUILD: pip install numpy cython
CIBW_BEFORE_BUILD: pip install numpy cython setuptools wheel
CIBW_ARCHS_MACOS: "x86_64 arm64"

- uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest -r requirements.txt
python -m pip install pytest -r requirements.txt setuptools wheel
- name: Compile
run: python setup.py develop
Expand Down

0 comments on commit cc1a982

Please sign in to comment.