Skip to content

Commit b80c47f

Browse files
committed
Revised workflows
1 parent e0e3183 commit b80c47f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push, pull_request ]
44

55
jobs:
66
report:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
strategy:
99
matrix:
1010
python-version: [ 3.8 ]
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install .
2424
python -m pip list
2525
26-
- name: Test CFPQ_Data
26+
- name: Test CFPQ_Data with coverage
2727
run: |
2828
pytest --cov=cfpq_data --doctest-modules -vv -s cfpq_data tests
2929
codecov

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ ubuntu-latest ]
11-
python-version: [ 3.7 ]
11+
python-version: [ 3.8 ]
1212
steps:
1313
- uses: actions/checkout@v2
1414

0 commit comments

Comments
 (0)