Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/weekly_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,15 @@ 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
mamba install netCDF4
conda install netCDF4
- name: Conda info
run: conda info
- name: Conda list
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* update IPFS version in CI to 0.23.0 to improve access times and make weekly_test more reliable (#149). By [Hauke Schulz](https://github.com/observingClouds)
* add citation recommendations (#155). By [Hauke Schulz](https://github.com/observingClouds)
* install dependencies via python eurec4a package. By [Tobias Kölling](https://github.com/d70-t)
* update conda environment github action in weekly test (#168). By [Hauke Schulz](https://github.com/observingClouds)

## 1.0.0

Expand Down