Skip to content

Commit

Permalink
Merge branch 'main' into sciencehub
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Sep 26, 2024
2 parents c3f82d1 + cfb8ad9 commit ed6d2da
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.0.33
pip install eodash_catalog==0.0.34
- 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.0.33
pip install eodash_catalog==0.0.34
- if: github.event.pull_request.body == ''
name: Build all - no items
env:
Expand Down

0 comments on commit ed6d2da

Please sign in to comment.