Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed Jul 11, 2024
1 parent 66c3b03 commit 8566b8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pdm-install-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
uses: actions/cache/save@v4
with:
path: data
key: ${{ runner.os }}-meps-reduced-example-data-v0.1.0
key: ${{ runner.os }}-meps-reduced-example-data-v0.1.0
2 changes: 1 addition & 1 deletion .github/workflows/ci-pip-install-and-test-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
uses: actions/cache/save@v4
with:
path: data
key: ${{ runner.os }}-meps-reduced-example-data-v0.1.0
key: ${{ runner.os }}-meps-reduced-example-data-v0.1.0
4 changes: 2 additions & 2 deletions .github/workflows/ci-pip-install-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install .
# pip can't install from "dev" pdm group in pyproject.toml, should we put these requirements
# for running tests in a seperate group? Using "dev" ensures that the these requirements aren't
# for running tests in a separate group? Using "dev" ensures that the these requirements aren't
# included in build packages
python -m pip install pytest pooch
Expand All @@ -46,4 +46,4 @@ jobs:
uses: actions/cache/save@v4
with:
path: data
key: ${{ runner.os }}-meps-reduced-example-data-v0.1.0
key: ${{ runner.os }}-meps-reduced-example-data-v0.1.0

0 comments on commit 8566b8f

Please sign in to comment.