Skip to content

Commit

Permalink
Removed typoed argument of setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Sep 27, 2024
1 parent aa2f164 commit d23af48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/unix_impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v1
with:
micromambamicromamba-version: '2.0.0-1'
environment-file: ./dev/environment-dev.yml
environment-name: build_env
cache-environment: true
Expand Down Expand Up @@ -73,7 +72,6 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v1
with:
micromambamicromamba-version: '2.0.0-1'
environment-file: ./build/environment.lock
environment-name: build_env
- name: Run solv-cpp tests
Expand All @@ -100,7 +98,6 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v1
with:
micromambamicromamba-version: '2.0.0-1'
environment-file: ./build/environment.lock
environment-name: build_env
- name: Install libmambapy
Expand Down Expand Up @@ -128,7 +125,6 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v1
with:
micromambamicromamba-version: '2.0.0-1'
environment-file: ./build/environment.lock
environment-name: build_env
- name: install zsh, xonsh, fish and tcsh in linux
Expand Down Expand Up @@ -186,7 +182,6 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v1
with:
micromambamicromamba-version: '2.0.0-1'
environment-file: ./build/environment.lock
environment-name: build_env
- name: Run tests using conda-content-trust (server side)
Expand Down

0 comments on commit d23af48

Please sign in to comment.