Skip to content

Commit fac8881

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main' into fitsnap
2 parents 3916e3e + fa5a920 commit fac8881

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/unittests.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,20 @@ jobs:
2020
matrix:
2121
include:
2222
- 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
2525
prefix: C:\Miniconda3\envs\my-env
2626

2727
- 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
3030
prefix: /Users/runner/miniconda3/envs/my-env
3131

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+
3237
- operating-system: ubuntu-latest
3338
python-version: '3.11'
3439
label: linux-64-py-3-11
@@ -62,5 +67,5 @@ jobs:
6267
pip install . --no-deps --no-build-isolation
6368
coverage run --omit="structuretoolkit/_version.py,tests/*" -m unittest discover tests
6469
- name: Coverage
65-
if: matrix.label == 'linux-64-py-3-10'
70+
if: matrix.label == 'linux-64-py-3-12'
6671
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)