Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegorbani authored Dec 6, 2023
1 parent 50d62e2 commit 3c17ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
# Use mamba for Windows dependencies
- uses: mamba-org/setup-micromamba@v1 [Windows/macOS]
- uses: mamba-org/setup-micromamba@v1
if: matrix.os == 'windows-latest' || matrix.os == 'macOS-latest'
with:
environment-file: ci_env.yml
channel-priority: true

# Print the environment variables to simplify development and debugging
# Use conda for main dependencies
- uses: conda-incubator/setup-miniconda@v2 [Ubuntu]
- uses: conda-incubator/setup-miniconda@v2
if: matrix.os == 'ubuntu-latest'
with:
miniforge-variant: Mambaforge
Expand Down

0 comments on commit 3c17ce4

Please sign in to comment.