File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
21
21
fail-fast : false
22
22
matrix :
23
23
os :
24
- - " macos-latest"
25
- - " windows-latest"
24
+ # - "macos-latest"
25
+ # - "windows-latest"
26
26
- " ubuntu-latest"
27
27
python-version :
28
- - " 3.9"
29
- - " 3.10"
30
- - " 3.11"
28
+ # - "3.9"
29
+ # - "3.10"
30
+ # - "3.11"
31
31
- " 3.12"
32
- - " 3.13"
32
+ # - "3.13"
33
33
34
34
steps :
35
35
- name : " Repo checkout"
@@ -49,12 +49,18 @@ jobs:
49
49
run : |
50
50
nox --session tests_with_coverage-${{ matrix.python-version }}
51
51
52
+ - name : " Debug"
53
+ run : |
54
+ pwd
55
+ ls -a
56
+
52
57
- name : " Save coverage artifact"
53
58
uses : " actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b"
54
59
with :
55
60
name : " coverage-artifact-${{ matrix.os}}-${{ matrix.python-version}}"
56
61
path : " .coverage.*"
57
62
retention-days : 1
63
+ include-hidden-files : true
58
64
59
65
coverage-compile :
60
66
name : " coverage compile"
You can’t perform that action at this time.
0 commit comments