From 8566b8f2ab3e732942fc96760d7ba2d6d010d11c Mon Sep 17 00:00:00 2001 From: Leif Denby Date: Thu, 11 Jul 2024 10:00:42 +0200 Subject: [PATCH] linting --- .github/workflows/ci-pdm-install-and-test.yml | 2 +- .github/workflows/ci-pip-install-and-test-gpu.yml | 2 +- .github/workflows/ci-pip-install-and-test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-pdm-install-and-test.yml b/.github/workflows/ci-pdm-install-and-test.yml index 0517a5f7..7d31f867 100644 --- a/.github/workflows/ci-pdm-install-and-test.yml +++ b/.github/workflows/ci-pdm-install-and-test.yml @@ -53,4 +53,4 @@ jobs: uses: actions/cache/save@v4 with: path: data - key: ${{ runner.os }}-meps-reduced-example-data-v0.1.0 \ No newline at end of file + key: ${{ runner.os }}-meps-reduced-example-data-v0.1.0 diff --git a/.github/workflows/ci-pip-install-and-test-gpu.yml b/.github/workflows/ci-pip-install-and-test-gpu.yml index b1264d38..c00e92ac 100644 --- a/.github/workflows/ci-pip-install-and-test-gpu.yml +++ b/.github/workflows/ci-pip-install-and-test-gpu.yml @@ -48,4 +48,4 @@ jobs: uses: actions/cache/save@v4 with: path: data - key: ${{ runner.os }}-meps-reduced-example-data-v0.1.0 \ No newline at end of file + key: ${{ runner.os }}-meps-reduced-example-data-v0.1.0 diff --git a/.github/workflows/ci-pip-install-and-test.yml b/.github/workflows/ci-pip-install-and-test.yml index b6527a7c..c94e70c2 100644 --- a/.github/workflows/ci-pip-install-and-test.yml +++ b/.github/workflows/ci-pip-install-and-test.yml @@ -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 @@ -46,4 +46,4 @@ jobs: uses: actions/cache/save@v4 with: path: data - key: ${{ runner.os }}-meps-reduced-example-data-v0.1.0 \ No newline at end of file + key: ${{ runner.os }}-meps-reduced-example-data-v0.1.0