File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
if : ${{ matrix.python-version == '3.12' }}
28
28
run : |
29
29
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]'
31
31
- name : Install dependencies (Python < 3.12)
32
32
if : ${{ matrix.python-version != '3.12' }}
33
33
run : |
Original file line number Diff line number Diff line change 28
28
if : ${{ matrix.python-version == '3.12' }}
29
29
run : |
30
30
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
32
32
- name : Install dependencies (Python < 3.12)
33
33
if : ${{ matrix.python-version != '3.12' }}
34
34
run : |
You can’t perform that action at this time.
0 commit comments