Skip to content

Commit

Permalink
CI: Use Windows and MacOS Numpy Wheels (pandas-dev#44124)
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 authored Oct 21, 2021
1 parent 6044efc commit 195d5a3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/python-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
name: actions-310-dev
timeout-minutes: 60

env:
NUMPY_WHEELS_AVAILABLE: ${{ matrix.os == 'ubuntu-latest' }}

concurrency:
group: ${{ github.ref }}-${{ matrix.os }}-dev
cancel-in-progress: ${{github.event_name == 'pull_request'}}
Expand All @@ -51,11 +48,7 @@ jobs:
shell: bash
run: |
python -m pip install --upgrade pip setuptools wheel
if [[ "$NUMPY_WHEELS_AVAILABLE" == "true" ]]; then
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
else
pip install git+https://github.com/numpy/numpy.git
fi
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
pip install git+https://github.com/nedbat/coveragepy.git
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov
pip list
Expand Down

0 comments on commit 195d5a3

Please sign in to comment.