We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f916007 commit 896eea4Copy full SHA for 896eea4
.github/workflows/ci-analysis.yml
@@ -24,8 +24,7 @@ jobs:
24
cd figure_tools; pip install .; cd ..
25
cd freanalysis; pip install .; cd ..
26
cd freanalysis_clouds; pip install .; cd ..
27
- git clone https://github.com/noaa-gfdl/CatalogBuilder catalogbuilder
28
- cd catalogbuilder; pip install .; cd ..
+ conda install noaa-gfdl::catalogbuilder
29
pip install pytest
30
- name: Test freanalysis_clouds
31
run: |
0 commit comments