Skip to content

Commit 896eea4

Browse files
Update ci-analysis.yml
1 parent f916007 commit 896eea4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
cd figure_tools; pip install .; cd ..
2525
cd freanalysis; pip install .; cd ..
2626
cd freanalysis_clouds; pip install .; cd ..
27-
git clone https://github.com/noaa-gfdl/CatalogBuilder catalogbuilder
28-
cd catalogbuilder; pip install .; cd ..
27+
conda install noaa-gfdl::catalogbuilder
2928
pip install pytest
3029
- name: Test freanalysis_clouds
3130
run: |

0 commit comments

Comments
 (0)