Skip to content

Commit ad1a379

Browse files
committed
test
1 parent 739a622 commit ad1a379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: ${{ matrix.python-version == '3.12' }}
2828
run: |
2929
python -m pip install --upgrade pip setuptools wheel
30-
python -m pip install --only-binary=numpy -e '.[testing]'
30+
python -m pip install -e '.[testing]'
3131
- name: Install dependencies (Python < 3.12)
3232
if: ${{ matrix.python-version != '3.12' }}
3333
run: |

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: ${{ matrix.python-version == '3.12' }}
2929
run: |
3030
python -m pip install --upgrade pip setuptools wheel
31-
python -m pip install --only-binary=numpy -r dev-requirements.txt
31+
python -m pip install -r dev-requirements.txt
3232
- name: Install dependencies (Python < 3.12)
3333
if: ${{ matrix.python-version != '3.12' }}
3434
run: |

0 commit comments

Comments
 (0)