Skip to content

Commit d987a37

Browse files
committed
Updating github workflow
1 parent 5f8fd18 commit d987a37

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: Check code style with flake8
2929
run: |
3030
python -m flake8 pcpostprocess/*.py tests/*.py pcpostprocess/scripts/*.py
31-
if: matrix.python-version == ${{ python-latest }}
31+
if: matrix.python-version == ${{ python_latest }}
3232

3333
- name: Check import ordering with isort
3434
run: |
3535
python -m isort --verbose --check-only --diff pcpostprocess tests setup.py
36-
if: matrix.python-version == ${{ python-latest }}
36+
if: matrix.python-version == ${{ python_latest }}
3737

3838
- name: Extract test data
3939
run: |
@@ -56,5 +56,5 @@ jobs:
5656
pcpostprocess run_herg_qc tests/test_data/13112023_MW2_FF -w A01 A02 A03
5757
5858
- uses: codecov/codecov-action@v4
59-
if: success() && matrix.python-version == ${{ python-latest }}
59+
if: success() && matrix.python-version == ${{ python_latest }}
6060

0 commit comments

Comments
 (0)