File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1515 python-version : [3.8]
1616 architecture : ['x64', 'x86']
1717 install : ['setup']
18+ pip-flags : ['']
1819 include :
1920 - os : ubuntu-latest
2021 python-version : 3.8
2829 python-version : 3.8
2930 architecture : x64
3031 install : archive
32+ - os : ubuntu-latest
33+ python-version : 3.8
34+ architecture : x64
35+ install : archive
36+ pip-flags : $PRE_PIP_FLAGS
3137 exclude :
3238 - os : ubuntu-latest
3339 architecture : x86
3945 OPTIONAL_DEPENDS : ' h5py indexed_gzip'
4046 INSTALL_TYPE : ${{ matrix.install }}
4147 CHECK_TYPE : ' test'
42- EXTRA_PIP_FLAGS : ' '
48+ EXTRA_PIP_FLAGS : ${{ matrix.pip-flags }}
4349 NIGHTLY_WHEELS : ' https://pypi.anaconda.org/scipy-wheels-nightly/simple'
4450 PRE_PIP_FLAGS : ' --pre --extra-index-url $NIGHTLY_WHEELS'
4551
You can’t perform that action at this time.
0 commit comments