Skip to content

Commit

Permalink
ci: update micromamba action
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Sep 12, 2023
1 parent 6c21ed1 commit c4fb7e2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/config-options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,20 @@ jobs:
env:
GAPBRANCH: "stable-4.12"
ABI: 64
PKG_CONFIG_PATH: "/home/runner/micromamba-root/envs/libsemigroups/lib/pkgconfig:/home/runner/micromamba-root/envs/libsemigroups/share/pkgconfig/"
LD_LIBRARY_PATH: "/home/runner/micromamba-root/envs/libsemigroups/lib"
PKG_CONFIG_PATH: "/home/runner/micromamba/envs/libsemigroups/lib/pkgconfig:/home/runner/micromamba/envs/libsemigroups/share/pkgconfig/"
LD_LIBRARY_PATH: "/home/runner/micromamba/envs/libsemigroups/lib"
DO_NOT_DOWNLOAD_LIBSEMIGROUPS: 1 # prevents prerequisites.sh
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- name: "Install conda environment from environment.yml . . ."
uses: mamba-org/provision-with-micromamba@main
- name: "Python version . . ."
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
cache-environment: true
- name: "Activate \"libsemigroups\" environment . . ."
run: micromamba activate libsemigroups
- name: "Setup ccache"
uses: Chocobo1/setup-ccache-action@v1
Expand Down

0 comments on commit c4fb7e2

Please sign in to comment.