Skip to content

Commit

Permalink
Merge pull request #134 from valeriupredoi/retire_mambaforge
Browse files Browse the repository at this point in the history
retire the use of Mambaforge
  • Loading branch information
valeriupredoi authored Oct 21, 2024
2 parents b27acbf + 1940cb4 commit 823f0b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run-tests-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
miniforge-version: "latest"
miniforge-variant: Mambaforge
use-mamba: true
- shell: bash -l {0}
run: conda --version
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
miniforge-version: "latest"
miniforge-variant: Mambaforge
use-mamba: true
- shell: bash -l {0}
run: conda --version
Expand Down

0 comments on commit 823f0b0

Please sign in to comment.