File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
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
You can’t perform that action at this time.
0 commit comments