Skip to content

Commit

Permalink
CI Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq authored Sep 15, 2023
1 parent f6c380c commit 45d5c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CondaLock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@v15
uses: mamba-org/setup-micromamba@v1
with:
cache-env: true
cache-environment: true
environment-file: environment-condalock.yml

# Could run as single step in parallel, but would complicate logs...
Expand Down

0 comments on commit 45d5c5f

Please sign in to comment.