Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/unittest-flux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/unittest-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@ jobs:
matrix:
include:
- operating-system: macos-11
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
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/unittest-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@ jobs:
matrix:
include:
- operating-system: macos-11
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
operating-system: [windows-latest]
python-version: ['3.11']
python-version: ['3.12']

steps:
- uses: actions/checkout@v2
Expand Down