Skip to content

Commit

Permalink
udpate conda and don't pin hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Dec 4, 2024
1 parent 5976d18 commit b905a5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
auto-activate-base: false
activate-environment: ""

Expand All @@ -49,7 +50,7 @@ jobs:
shell: bash -l {0}
run: |
conda install curl eigen
conda install -c conda-forge hdf5=1.10.6
conda install -c conda-forge hdf5
- name: Environment Variables
shell: bash -l {0}
Expand Down

0 comments on commit b905a5d

Please sign in to comment.