From 969d4b3bc4c8d9330f7e5740543bdc0da2b31209 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 20 Jan 2024 11:06:37 +0100 Subject: [PATCH 1/2] Update unittests.yml --- .github/workflows/unittests.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 0fe2830fa..6b83f11fd 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -20,15 +20,20 @@ jobs: matrix: include: - operating-system: windows-latest - python-version: '3.11' - label: win-64-py-3-11 + python-version: '3.12' + label: win-64-py-3-12 prefix: C:\Miniconda3\envs\my-env - operating-system: macos-latest - python-version: '3.11' - label: osx-64-py-3-11 + python-version: '3.12' + label: osx-64-py-3-12 prefix: /Users/runner/miniconda3/envs/my-env + - operating-system: ubuntu-latest + python-version: '3.12' + label: linux-64-py-3-12 + prefix: /usr/share/miniconda3/envs/my-env + - operating-system: ubuntu-latest python-version: '3.11' label: linux-64-py-3-11 @@ -64,5 +69,5 @@ jobs: pip install . --no-deps --no-build-isolation coverage run --omit structuretoolkit/_version.py -m unittest discover tests - name: Coverage - if: matrix.label == 'linux-64-py-3-10' + if: matrix.label == 'linux-64-py-3-12' uses: coverallsapp/github-action@v2 From d8798055f599fe104a4c019e2474315f50f71101 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 20 Jan 2024 11:06:49 +0100 Subject: [PATCH 2/2] Update mini.yml --- .github/workflows/mini.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mini.yml b/.github/workflows/mini.yml index 90952632e..585591fe4 100644 --- a/.github/workflows/mini.yml +++ b/.github/workflows/mini.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Mambaforge uses: conda-incubator/setup-miniconda@v2 with: - python-version: '3.11' + python-version: '3.12' miniforge-variant: Mambaforge channels: conda-forge channel-priority: strict