Skip to content

Commit

Permalink
replace outdated miniconda action setting
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds authored Feb 16, 2025
1 parent 591a1fe commit a61ac67
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/weekly_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ jobs:
with:
fetch-depth: 0 # required to analyze which files are modified in this branch
- name: Set up conda
uses: conda-incubator/setup-miniconda@v2.2.0
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: false
channels: conda-forge
miniforge-variant: Mambaforge
activate-environment: eurec4a
python-version: "3.10"
activate-environment: eurec4a
- name: Install dependencies
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit a61ac67

Please sign in to comment.