File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 77
77
pygobject-ver : ' <3.52.0'
78
78
- os : ubuntu-24.04
79
79
python-version : ' 3.12'
80
- - os : macos-13 # This runner is on Intel chips.
81
- # merge numpy and pandas install in nighties test when this runner is dropped
80
+ - os : macos-14 # This runner is on M1 (arm64) chips.
82
81
python-version : ' 3.11'
83
82
- os : macos-14 # This runner is on M1 (arm64) chips.
84
83
python-version : ' 3.12'
@@ -297,13 +296,7 @@ jobs:
297
296
python -m pip install pytz tzdata # Must be installed for Pandas.
298
297
python -m pip install \
299
298
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
300
- --upgrade --only-binary=:all: numpy
301
- # wheels for intel osx is not always available on nightly wheels index, merge this back into
302
- # the above install command when the OSX-13 (intel) runners are dropped.
303
- python -m pip install \
304
- --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
305
- --upgrade --only-binary=:all: pandas || true
306
-
299
+ --upgrade --only-binary=:all: numpy pandas
307
300
308
301
- name : Install Matplotlib
309
302
run : |
You can’t perform that action at this time.
0 commit comments