Skip to content

Commit

Permalink
Also test Conda package on Rocky Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
popescu-v committed Oct 31, 2024
1 parent 3d6d009 commit 386cc81
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,18 @@ jobs:
fail-fast: false
matrix:
env:
- {os: ubuntu-20.04, os-family: linux-64}
- {os: ubuntu-22.04, os-family: linux-64}
- {os: ubuntu-24.04, os-family: linux-64}
- {os: windows-2019, os-family: win-64}
- {os: windows-2022, os-family: win-64}
- {os: macos-12, os-family: osx-64}
- {os: macos-13, os-family: osx-64}
- {os: macos-14, os-family: osx-arm64}
- {os: ubuntu-20.04, os-family: linux-64, json-image: '{"image": null}'}
- {os: ubuntu-22.04, os-family: linux-64, json-image: '{"image": null}'}
- {os: ubuntu-24.04, os-family: linux-64, json-image: '{"image": null}'}
- {os: ubuntu-22.04, os-family: linux-64, json-image: '{"image": "rockylinux:8"}'}
- {os: ubuntu-22.04, os-family: linux-64, json-image: '{"image": "rockylinux:9"}'}
- {os: windows-2019, os-family: win-64, json-image: '{"image": null}'}
- {os: windows-2022, os-family: win-64, json-image: '{"image": null}'}
- {os: macos-12, os-family: osx-64, json-image: '{"image": null}'}
- {os: macos-13, os-family: osx-64, json-image: '{"image": null}'}
- {os: macos-14, os-family: osx-arm64, json-image: '{"image": null}'}
runs-on: ${{ matrix.env.os }}
container: ${{ fromJSON(matrix.env.json-image) }}
steps:
- name: Install Miniconda
uses: conda-incubator/setup-miniconda@v3
Expand Down

0 comments on commit 386cc81

Please sign in to comment.