Skip to content

Commit d21f61f

Browse files
authored
ADD: Add a few lines to ci workflow to resolve issues (#1656)
* ADD: Add a few lines to ci workflow to resolve issues * FIX: Stop caching downloads * ADD: Add open-radar-data pip install * FIX: Go back to caching * pin micromamba version * DEL: remove env name in ci * FIX: Move all packages to use conda-forge
1 parent 14f625a commit d21f61f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ jobs:
3535

3636
# Install dependencies
3737
- name: Setup Conda Environment
38-
uses: mamba-org/setup-micromamba@v1
38+
uses: mamba-org/setup-micromamba@v1.9.0
3939
with:
4040
environment-file: continuous_integration/environment-ci.yml
41-
environment-name: pyart-dev
41+
micromamba-version: '2.0.0-0'
42+
init-shell: >-
43+
bash
4244
cache-downloads: true
45+
post-cleanup: "all"
4346
create-args: python=${{ matrix.python-version }}
4447

4548
- name: Fetch all history for all tags and branches

continuous_integration/environment-ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ dependencies:
2727
- ruff==0.4.2
2828
- mda-xdrlib
2929
- xradar
30-
- pip
31-
- pip:
32-
- cibuildwheel
33-
- pooch
34-
- versioneer
35-
- black
36-
- git+https://github.com/openradar/open-radar-data
30+
- pooch
31+
- versioneer
32+
- black
33+
- open-radar-data

0 commit comments

Comments
 (0)