Skip to content

Commit

Permalink
Refactor how micromamba is invoked.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Nov 16, 2023
1 parent b91dc9b commit 6885920
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/run_tests_win_vs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@ jobs:
- uses: actions/checkout@v3
- uses: mamba-org/setup-micromamba@v1
with:
environment-name: base
create-args: >-
cmake
hdf5
zlib
environment-name: CI
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
install: unzip automake libtool autoconf make toolchain

- name: Install Micromamba dependencies
shell: bash -l {0}
run: micromamba install --quiet --yes hdf5 zlib cmake


- name: (Query Environment)
run: ls && env

0 comments on commit 6885920

Please sign in to comment.