Skip to content

Commit

Permalink
Update workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored Jun 10, 2024
1 parent 0f14f1a commit fa4bd62
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ jobs:
with:
fetch-depth: 0

- name: Install mamba and dependencies
uses: mamba-org/provision-with-micromamba@main
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci_env.yml
environment-name: ci-env
micromamba-version: '1.4.1'

cache-environment: false

- name: Install empack
shell: bash -l {0}
run: |
Expand Down

0 comments on commit fa4bd62

Please sign in to comment.