File tree 1 file changed +1
-8
lines changed
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 30
30
name : actions-310-dev
31
31
timeout-minutes : 60
32
32
33
- env :
34
- NUMPY_WHEELS_AVAILABLE : ${{ matrix.os == 'ubuntu-latest' }}
35
-
36
33
concurrency :
37
34
group : ${{ github.ref }}-${{ matrix.os }}-dev
38
35
cancel-in-progress : ${{github.event_name == 'pull_request'}}
51
48
shell : bash
52
49
run : |
53
50
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
59
52
pip install git+https://github.com/nedbat/coveragepy.git
60
53
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov
61
54
pip list
You can’t perform that action at this time.
0 commit comments