Skip to content

Commit

Permalink
Replacing mambaforge with miniforge.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Nov 1, 2023
1 parent a58120d commit 0daa941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ jobs:
activate-environment: "test_env"
auto-activate-base: false
architecture: "x64"
mamba-version: "*"
#mamba-version: "*"
#conda-build-version: 3.21.6
miniforge-version: latest
python-version: ${{ matrix.python-version }}
auto-update-conda: true
environment-file: ci/environment.yml
Expand Down

0 comments on commit 0daa941

Please sign in to comment.