Skip to content

Commit a8355b5

Browse files
committed
Add NumPy version to codecov reporting and disable Linux py3.7 on draft
1 parent dd8863d commit a8355b5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
isDraft: true
4242
- os: windows-latest
4343
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
4748
include:
48-
# Pair Python 3.7 with NumPy 1.17 and Python 3.9 with NumPy 1.20
4949
- python-version: 3.7
5050
numpy-version: '1.17'
5151
- python-version: 3.9
@@ -54,10 +54,11 @@ jobs:
5454
run:
5555
shell: bash -l {0}
5656

57-
# environmental variables used in coverage
57+
# Environment variables used by codecov
5858
env:
5959
OS: ${{ matrix.os }}
6060
PYTHON: ${{ matrix.python-version }}
61+
NUMPY: ${{ matrix.numpy-version }}
6162

6263
steps:
6364
# Cancel previous runs that are not completed
@@ -136,5 +137,5 @@ jobs:
136137
uses: codecov/codecov-action@v1.2.2
137138
with:
138139
file: ./coverage.xml # optional
139-
env_vars: OS,PYTHON
140+
env_vars: OS,PYTHON,NUMPY
140141
fail_ci_if_error: false

0 commit comments

Comments
 (0)