Skip to content

Commit

Permalink
Remove use-mamba: true
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr authored Nov 20, 2024
1 parent 0177f47 commit c6eb0d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
environment-file: scripts/environment.yml
use-mamba: true
- name: Create installer
run: |
CONDA_SUBDIR=${{ matrix.target_arch }} mamba create --name constructor-${{ matrix.target_arch }} 'micromamba>=0.22'
Expand Down Expand Up @@ -101,7 +100,6 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
environment-file: scripts/environment.yml
use-mamba: true
- name: Create release notes
run: |
scripts/make_release.py \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
environment-file: scripts/environment.yml
use-mamba: true
- name: Create release
run: |
scripts/make_release.py \
Expand Down

0 comments on commit c6eb0d9

Please sign in to comment.