Skip to content

Commit

Permalink
Update parse_catalog.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored May 31, 2024
1 parent 0c1d5dc commit 99f9fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parse_catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: "3.9"
- name: Install dependencies
# TODO: base on an actual release
run: python -m pip install gcsfs git+https://github.com/leap-stc/leap-data-management-utils.git@move_bq_interfaces
run: python -m pip install gcsfs "git+https://github.com/leap-stc/leap-data-management-utils.git@move_bq_interfaces#egg=leap-data-management-utils[bigquery]"
- name: "Parse catalog"
shell: bash
run: |
Expand Down

0 comments on commit 99f9fee

Please sign in to comment.