File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
41
41
isDraft : true
42
42
- os : windows-latest
43
43
isDraft : true
44
- # - os: ubuntu-latest
45
- # python-version: 3.7
46
- # isDraft: true
44
+ - os : ubuntu-latest
45
+ python-version : 3.7
46
+ isDraft : true
47
+ # Pair Python 3.7 with NumPy 1.17 and Python 3.9 with NumPy 1.20
47
48
include :
48
- # Pair Python 3.7 with NumPy 1.17 and Python 3.9 with NumPy 1.20
49
49
- python-version : 3.7
50
50
numpy-version : ' 1.17'
51
51
- python-version : 3.9
@@ -54,10 +54,11 @@ jobs:
54
54
run :
55
55
shell : bash -l {0}
56
56
57
- # environmental variables used in coverage
57
+ # Environment variables used by codecov
58
58
env :
59
59
OS : ${{ matrix.os }}
60
60
PYTHON : ${{ matrix.python-version }}
61
+ NUMPY : ${{ matrix.numpy-version }}
61
62
62
63
steps :
63
64
# Cancel previous runs that are not completed
@@ -136,5 +137,5 @@ jobs:
136
137
uses : codecov/codecov-action@v1.2.2
137
138
with :
138
139
file : ./coverage.xml # optional
139
- env_vars : OS,PYTHON
140
+ env_vars : OS,PYTHON,NUMPY
140
141
fail_ci_if_error : false
You can’t perform that action at this time.
0 commit comments