Skip to content

Commit

Permalink
CI: Update to use setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
RuhiRG committed Aug 23, 2023
1 parent 2650ce5 commit 0b17381
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Conda environment from environment.yml
uses: mamba-org/provision-with-micromamba@main
- uses: mamba-org/setup-micromamba@v1
with:
generate-run-shell: true
environment-file: environment.yml
cache-environment: true
cache-downloads: false

- name: Build library with meson
shell: bash -l {0}
shell: micromamba-shell {0}
run: |
mkdir bbdir
meson setup bbdir
Expand Down

0 comments on commit 0b17381

Please sign in to comment.