File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 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'}}
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
You can’t perform that action at this time.
0 commit comments