Skip to content

Commit

Permalink
fix: Add Installation to Conda setup in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMc86 committed May 23, 2024
1 parent 4a9b537 commit 3de2f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
with: {toolchain: '${{matrix.rust}}'}
- name: Install conda
uses: conda-incubator/setup-miniconda@v2
with: {auto-update-conda: false, activate-environment: testenv}
with: {auto-update-conda: false, activate-environment: testenv, miniconder-version: latest}
- name: Install HDF5 (${{matrix.version}}${{matrix.mpi && '-' || ''}}${{matrix.mpi}})
run: |
[ "${{matrix.mpi}}" != "" ] && MPICC_PKG=${{matrix.mpi}}-mpicc
Expand Down

0 comments on commit 3de2f54

Please sign in to comment.