Skip to content

Commit 1cd0998

Browse files
Backport PR pandas-dev#44124: CI: Use Windows and MacOS Numpy Wheels (pandas-dev#44127)
Co-authored-by: Thomas Li <[email protected]>
1 parent feb4a17 commit 1cd0998

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/python-dev.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
name: actions-310-dev
3131
timeout-minutes: 60
3232

33-
env:
34-
NUMPY_WHEELS_AVAILABLE: ${{ matrix.os == 'ubuntu-latest' }}
35-
3633
concurrency:
3734
group: ${{ github.ref }}-${{ matrix.os }}-dev
3835
cancel-in-progress: ${{github.event_name == 'pull_request'}}
@@ -51,11 +48,7 @@ jobs:
5148
shell: bash
5249
run: |
5350
python -m pip install --upgrade pip setuptools wheel
54-
if [[ "$NUMPY_WHEELS_AVAILABLE" == "true" ]]; then
55-
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
56-
else
57-
pip install git+https://github.com/numpy/numpy.git
58-
fi
51+
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
5952
pip install git+https://github.com/nedbat/coveragepy.git
6053
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov
6154
pip list

0 commit comments

Comments
 (0)