Skip to content

Commit

Permalink
remove mamba from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ameraner committed Oct 11, 2024
1 parent 87b1370 commit d03eabc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ jobs:
- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
python-version: "3.11"
use-mamba: true
environment-file: continuous_integration/environment.yaml
activate-environment: test-environment
channels: conda-forge

- name: Install SIFT
shell: bash -l {0}
Expand Down Expand Up @@ -106,12 +105,11 @@ jobs:
- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
python-version: ${{ matrix.python-version }}
environment-file: continuous_integration/environment.yaml
activate-environment: test-environment
channels: conda-forge

- name: Install unstable dependencies
if: matrix.experimental == true
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@ jobs:
- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
environment-file: continuous_integration/environment.yaml
activate-environment: test-environment
channels: conda-forge

- name: Install conda pack
run: |
Expand Down

0 comments on commit d03eabc

Please sign in to comment.