-
Notifications
You must be signed in to change notification settings - Fork 0
31 lines (28 loc) · 929 Bytes
/
test_compat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Compat
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
concurrency:
group: build-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
minimal-py39:
uses: ./.github/workflows/test_template.yml
with:
runs-on: '["ubuntu-latest", ]'
python-version: '["3.9", ]'
depends: cython==0.29.24 numpy==1.22.4 scipy==1.8 nibabel==3.0.0 h5py==3.1.0 tqdm
minimal-py310:
uses: ./.github/workflows/test_template.yml
with:
runs-on: '["ubuntu-latest", ]'
python-version: '["3.10", ]'
depends: cython==0.29.24 numpy==1.22.4 scipy==1.8 nibabel==3.0.0 h5py==3.6.0 tqdm
# install-type:
# uses: skoudoro/dipy/.github/workflows/test_template.yml@gh-actions
# with:
# runs-on: '["ubuntu-latest", ]'
# install-type: '["sdist", "wheel", "requirements"]'
# extra-depends: scipy