Skip to content

Commit

Permalink
eeeh
Browse files Browse the repository at this point in the history
  • Loading branch information
aecorn committed Feb 23, 2024
1 parent 43f9ed6 commit 2414dd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- { python: "3.10", os: "ubuntu-latest", session: "pre-commit" }
- { python: "3.11", os: "ubuntu-latest", session: "mypy" }
- { python: "3.10", os: "ubuntu-latest", session: "mypy" }
- { python: "3.11", os: "ubuntu-latest", session: "tests" }
- { python: "3.10", os: "ubuntu-latest", session: "tests" }
- { python: "3.11", os: "windows-latest", session: "tests" }
- { python: "3.11", os: "macos-latest", session: "tests" }
- { python: "3.11", os: "ubuntu-latest", session: "tests", m: "not_integration_dapla"}
- { python: "3.10", os: "ubuntu-latest", session: "tests", m: "not_integration_dapla"}
- { python: "3.11", os: "windows-latest", session: "tests", m: "not_integration_dapla"}
- { python: "3.11", os: "macos-latest", session: "tests", m: "not_integration_dapla"}
- { python: "3.10", os: "ubuntu-latest", session: "typeguard" }
- { python: "3.11", os: "ubuntu-latest", session: "xdoctest" }
- { python: "3.10", os: "ubuntu-latest", session: "docs-build" }
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Run Nox
run: |
nox --python=${{ matrix.python }} -- -v -- -m "not integration_dapla"
nox --python=${{ matrix.python }}
- name: Upload coverage data
if: always() && matrix.session == 'tests'
Expand Down

0 comments on commit 2414dd0

Please sign in to comment.