-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Fix pinning of xradar and xarray (#1682)
* FIX: Fix pinning of xradar and xarray * DEL: Remove the fixes in the CI/doc build * FIX: Ensure same dependencies in requirements and env files * DEP: Update workflows to use latest setup micromamba * FIX: Fix placement of version for mamba * FIX: Stop caching the doc env
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,12 @@ jobs: | |
|
||
# Create environment using micromamba | ||
- name: Install Conda environment with Micromamba | ||
uses: mamba-org/[email protected].0 | ||
uses: mamba-org/[email protected].1 | ||
with: | ||
environment-file: doc/environment.yml | ||
micromamba-version: '2.0.0-0' | ||
environment-name: pyart-docs | ||
cache-downloads: true | ||
cache-downloads: false | ||
|
||
- name: Fetch all history for all tags and branches | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
|
||
# Install dependencies | ||
- name: Setup Conda Environment | ||
uses: mamba-org/[email protected].0 | ||
uses: mamba-org/[email protected].1 | ||
with: | ||
environment-file: continuous_integration/environment-ci.yml | ||
micromamba-version: '2.0.0-0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ cftime | |
fsspec | ||
s3fs | ||
open_radar_data | ||
xradar | ||
xradar<=0.7.0 | ||
pandas | ||
mda-xdrlib | ||
xarray | ||
xarray<=2024.9.0 | ||
cartopy | ||
pint |