Skip to content

Commit

Permalink
Merge branch 'main' into revert-241-test_macos11
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Jan 20, 2024
2 parents 8ee055a + ddd7160 commit b4a2ff8
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .github/delete-merged-branch-config.yml

This file was deleted.

10 changes: 5 additions & 5 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 All @@ -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
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-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
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-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
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

0 comments on commit b4a2ff8

Please sign in to comment.