Skip to content

Commit

Permalink
CI: Use conda over pip for xradar
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Mar 29, 2024
1 parent a1db064 commit 98c534a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ dependencies:
- shapely
- ruff
- mda-xdrlib
- xradar>=0.5.0
- pip
- pip:
- cibuildwheel
- pooch
- versioneer
- black
- xradar>=0.5.0
- git+https://github.com/openradar/open-radar-data
2 changes: 1 addition & 1 deletion doc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ dependencies:
- pre_commit
- cmweather
- mda-xdrlib
- xradar>=0.5.0
- pip
- pip:
- pooch
- versioneer
- ablog
- xradar>=0.5.0

0 comments on commit 98c534a

Please sign in to comment.