Skip to content

Commit

Permalink
update fix 2
Browse files Browse the repository at this point in the history
Signed-off-by: masadcv <[email protected]>
  • Loading branch information
masadcv committed Oct 15, 2024
1 parent fde1a5c commit e232ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-whl-cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Used to host cibuildwheel
- uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"

# macOS workaround to not use Accelerate:
# https://github.com/numpy/numpy/issues/15947
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down

0 comments on commit e232ac3

Please sign in to comment.