Skip to content

Commit

Permalink
ADD: Add a few lines to ci workflow to resolve issues (#1656)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mgrover1 authored Sep 30, 2024
1 parent 14f625a commit d21f61f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@ jobs:

# Install dependencies
- name: Setup Conda Environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v1.9.0
with:
environment-file: continuous_integration/environment-ci.yml
environment-name: pyart-dev
micromamba-version: '2.0.0-0'
init-shell: >-
bash
cache-downloads: true
post-cleanup: "all"
create-args: python=${{ matrix.python-version }}

- name: Fetch all history for all tags and branches
Expand Down
11 changes: 4 additions & 7 deletions continuous_integration/environment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ dependencies:
- ruff==0.4.2
- mda-xdrlib
- xradar
- pip
- pip:
- cibuildwheel
- pooch
- versioneer
- black
- git+https://github.com/openradar/open-radar-data
- pooch
- versioneer
- black
- open-radar-data

0 comments on commit d21f61f

Please sign in to comment.