Skip to content

Commit

Permalink
Merge pull request #928 from festim-dev/update-conda
Browse files Browse the repository at this point in the history
Update conda action
  • Loading branch information
RemDelaporteMathurin authored Dec 16, 2024
2 parents 42810ca + 3e2e8fa commit 15da7d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
uses: actions/checkout@v2

- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: myenv
# mamba-version: "*"
channels: conda-forge, defaults

- name: Create Conda environment
Expand Down

0 comments on commit 15da7d9

Please sign in to comment.