From 44636a0e67ed9273aeb0955fe10b8118dc4e478b Mon Sep 17 00:00:00 2001 From: Stefan Janssen Date: Tue, 14 May 2024 22:30:37 +0200 Subject: [PATCH] switch order --- .github/workflows/sepp_tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sepp_tests.yml b/.github/workflows/sepp_tests.yml index 9a1a899..9dc3cbe 100644 --- a/.github/workflows/sepp_tests.yml +++ b/.github/workflows/sepp_tests.yml @@ -8,10 +8,10 @@ on: jobs: python_tests: - runs-on: ubuntu-latest strategy: matrix: pyversion: [3.9, 3.10] + runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v3 @@ -26,7 +26,7 @@ jobs: # conda CLI use-mamba: true mamba-version: "*" - python-version: "${{ py_version }}" + python-version: "${{ pyversion }}" environment-file: ci/environment.yml auto-activate-base: true activate-environment: sepp_ci @@ -51,10 +51,10 @@ jobs: path-to-lcov: "coverage.lcov" linting: - runs-on: ubuntu-latest strategy: matrix: pyversion: [3.9, 3.10] + runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v3 @@ -69,7 +69,7 @@ jobs: # conda CLI use-mamba: true mamba-version: "*" - python-version: "${{ py_version }}" + python-version: "${{ pyversion }}" environment-file: ci/env_lint.yml auto-activate-base: true activate-environment: sepp_lint