We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30dd15 commit 174abfaCopy full SHA for 174abfa
.github/workflows/python-tests.yml
@@ -21,15 +21,15 @@ jobs:
21
fail-fast: false
22
matrix:
23
os:
24
- - "macos-latest"
25
- - "windows-latest"
+ # - "macos-latest"
+ # - "windows-latest"
26
- "ubuntu-latest"
27
python-version:
28
- - "3.9"
29
- - "3.10"
30
- - "3.11"
+ # - "3.9"
+ # - "3.10"
+ # - "3.11"
31
- "3.12"
32
- - "3.13"
+ # - "3.13"
33
34
steps:
35
- name: "Repo checkout"
@@ -49,6 +49,11 @@ jobs:
49
run: |
50
nox --session tests_with_coverage-${{ matrix.python-version }}
51
52
+ - name: "Debug"
53
+ run: |
54
+ pwd
55
+ ls -a
56
+
57
- name: "Save coverage artifact"
58
uses: "actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b"
59
with:
0 commit comments