From 66e3dcf8eebc9ff1aecbb9299a5d8ff8659f3ac2 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 5 Oct 2023 13:58:38 +0200 Subject: [PATCH 1/6] Update unittest-mpich.yml --- .github/workflows/unittest-mpich.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unittest-mpich.yml b/.github/workflows/unittest-mpich.yml index 5268df86..6f59c2a1 100644 --- a/.github/workflows/unittest-mpich.yml +++ b/.github/workflows/unittest-mpich.yml @@ -16,10 +16,15 @@ jobs: matrix: include: - operating-system: macos-latest - python-version: '3.11' - label: osx-64-py-3-11-mpich + python-version: '3.12' + label: osx-64-py-3-12-mpich prefix: /Users/runner/miniconda3/envs/my-env + - operating-system: ubuntu-latest + python-version: '3.12' + label: linux-64-py-3-12-mpich + prefix: /usr/share/miniconda3/envs/my-env + - operating-system: ubuntu-latest python-version: '3.11' label: linux-64-py-3-11-mpich From bcc9e820300871f4afe3e7e9d681cbb516936cdc Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 5 Oct 2023 13:59:02 +0200 Subject: [PATCH 2/6] Update unittest-openmpi.yml --- .github/workflows/unittest-openmpi.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unittest-openmpi.yml b/.github/workflows/unittest-openmpi.yml index 7a99f59d..9de84c3d 100644 --- a/.github/workflows/unittest-openmpi.yml +++ b/.github/workflows/unittest-openmpi.yml @@ -16,10 +16,15 @@ jobs: matrix: include: - operating-system: macos-latest - python-version: '3.11' - label: osx-64-py-3-11-openmpi + python-version: '3.12' + label: osx-64-py-3-12-openmpi prefix: /Users/runner/miniconda3/envs/my-env + - operating-system: ubuntu-latest + python-version: '3.12' + label: linux-64-py-3-12-openmpi + prefix: /usr/share/miniconda3/envs/my-env + - operating-system: ubuntu-latest python-version: '3.11' label: linux-64-py-3-11-openmpi From 3e5c436f91bc607d0c82d3850d24b4810a99a1e8 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 5 Oct 2023 13:59:14 +0200 Subject: [PATCH 3/6] Update unittest-win.yml --- .github/workflows/unittest-win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittest-win.yml b/.github/workflows/unittest-win.yml index 6d196e9c..d82caba5 100644 --- a/.github/workflows/unittest-win.yml +++ b/.github/workflows/unittest-win.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: operating-system: [windows-latest] - python-version: ['3.11'] + python-version: ['3.12'] steps: - uses: actions/checkout@v2 From f86c7724b480029ca7940f4adce9698f57609b6b Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 5 Oct 2023 13:59:55 +0200 Subject: [PATCH 4/6] Update unittest-flux.yml --- .github/workflows/unittest-flux.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unittest-flux.yml b/.github/workflows/unittest-flux.yml index 9b1a096f..dd0da3ef 100644 --- a/.github/workflows/unittest-flux.yml +++ b/.github/workflows/unittest-flux.yml @@ -16,14 +16,14 @@ jobs: matrix: include: - operating-system: ubuntu-latest - python-version: '3.11' - label: linux-64-py-3-11-openmpi + python-version: '3.12' + label: linux-64-py-3-12-openmpi prefix: /Users/runner/miniconda3/envs/my-env environment-file: .ci_support/environment-openmpi.yml - operating-system: ubuntu-latest - python-version: '3.11' - label: linux-64-py-3-11-mich + python-version: '3.12' + label: linux-64-py-3-12-mpich prefix: /usr/share/miniconda3/envs/my-env environment-file: .ci_support/environment-mpich.yml From 359647ed0f75db2cf48f9ac6b3f8a198c33e483a Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 11 Jan 2024 12:13:41 +0100 Subject: [PATCH 5/6] Delete .github/delete-merged-branch-config.yml Based on https://github.com/pyiron/infrastructure/issues/146 --- .github/delete-merged-branch-config.yml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .github/delete-merged-branch-config.yml diff --git a/.github/delete-merged-branch-config.yml b/.github/delete-merged-branch-config.yml deleted file mode 100644 index da32d1c9..00000000 --- a/.github/delete-merged-branch-config.yml +++ /dev/null @@ -1,3 +0,0 @@ -exclude: - - main -delete_closed_pr: false \ No newline at end of file From 2ad8c71886540d36863d1229de1dcbf596cada3a Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 18 Jan 2024 15:32:18 +0100 Subject: [PATCH 6/6] Update unittest-flux.yml --- .github/workflows/unittest-flux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittest-flux.yml b/.github/workflows/unittest-flux.yml index 14fca90c..ec298d9a 100644 --- a/.github/workflows/unittest-flux.yml +++ b/.github/workflows/unittest-flux.yml @@ -42,7 +42,7 @@ jobs: shell: bash -l {0} timeout-minutes: 5 run: | - mamba install -y flux-core coverage + mamba install -y flux-core=0.58.0 coverage pip install versioneer[toml]==0.29 pip install . --no-deps --no-build-isolation cd tests