File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,20 @@ jobs:
20
20
matrix :
21
21
include :
22
22
- operating-system : windows-latest
23
- python-version : ' 3.11 '
24
- label : win-64-py-3-11
23
+ python-version : ' 3.12 '
24
+ label : win-64-py-3-12
25
25
prefix : C:\Miniconda3\envs\my-env
26
26
27
27
- operating-system : macos-latest
28
- python-version : ' 3.11 '
29
- label : osx-64-py-3-11
28
+ python-version : ' 3.12 '
29
+ label : osx-64-py-3-12
30
30
prefix : /Users/runner/miniconda3/envs/my-env
31
31
32
+ - operating-system : ubuntu-latest
33
+ python-version : ' 3.12'
34
+ label : linux-64-py-3-12
35
+ prefix : /usr/share/miniconda3/envs/my-env
36
+
32
37
- operating-system : ubuntu-latest
33
38
python-version : ' 3.11'
34
39
label : linux-64-py-3-11
67
72
pip install . --no-deps --no-build-isolation
68
73
coverage run --omit="structuretoolkit/_version.py,tests/*" -m unittest discover tests
69
74
- name : Coverage
70
- if : matrix.label == 'linux-64-py-3-10 '
75
+ if : matrix.label == 'linux-64-py-3-12 '
71
76
uses : coverallsapp/github-action@v2
You can’t perform that action at this time.
0 commit comments