Skip to content

Commit

Permalink
switch order
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanssen2 committed May 14, 2024
1 parent de11679 commit 44636a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sepp_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 44636a0

Please sign in to comment.