Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Preocts committed Dec 28, 2024
1 parent d30dd15 commit a69b24f
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
fail-fast: false
matrix:
os:
- "macos-latest"
- "windows-latest"
# - "macos-latest"
# - "windows-latest"
- "ubuntu-latest"
python-version:
- "3.9"
- "3.10"
- "3.11"
# - "3.9"
# - "3.10"
# - "3.11"
- "3.12"
- "3.13"
# - "3.13"

steps:
- name: "Repo checkout"
Expand All @@ -49,12 +49,18 @@ jobs:
run: |
nox --session tests_with_coverage-${{ matrix.python-version }}
- name: "Debug"
run: |
pwd
ls -a
- name: "Save coverage artifact"
uses: "actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b"
with:
name: "coverage-artifact-${{ matrix.os}}-${{ matrix.python-version}}"
path: ".coverage.*"
retention-days: 1
include-hidden-files: true

coverage-compile:
name: "coverage compile"
Expand Down

0 comments on commit a69b24f

Please sign in to comment.