Skip to content

Commit

Permalink
Update create-gfdl-catalog.yml
Browse files Browse the repository at this point in the history
`catalogbuilder.intakebuilder` not found in pipeline. b.c. the package isnt installed into the created environment. adding `pip install .` to check
  • Loading branch information
ilaflott authored Jul 22, 2024
1 parent f1ab693 commit 6965b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-gfdl-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Install dependencies
run: |
conda env create -f environment.yml --name catalogbuilder
pip install .
- name: Make sample data
run: python tests/make_sample_data.py
- name: 'Generate catalog'
Expand Down

0 comments on commit 6965b94

Please sign in to comment.