Skip to content

Commit

Permalink
chore: updating catalog generator version
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Dec 19, 2024
1 parent b2819d1 commit 619c4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip
pip install eodash_catalog==0.1.4
pip install eodash_catalog==0.1.5
- name: Build
env:
SH_INSTANCE_ID: ${{ secrets.SH_INSTANCE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip
pip install eodash_catalog==0.1.4
pip install eodash_catalog==0.1.5
- if: github.event.pull_request.body == ''
name: Build all - no items
env:
Expand Down

0 comments on commit 619c4d9

Please sign in to comment.