Skip to content

Commit 0411c25

Browse files
committed
CI: Try to set up a pre-release build
1 parent 8e51b33 commit 0411c25

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
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
@@ -28,6 +29,11 @@ jobs:
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
@@ -39,7 +45,7 @@ jobs:
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

0 commit comments

Comments
 (0)