Skip to content

Commit

Permalink
fix: prodcut types fetch update
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Jun 12, 2024
1 parent fe356ec commit 0306fb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
key: ${{ runner.os }}-pip-${{ steps.get-week.outputs.WEEK }}-${{ hashFiles('setup.cfg') }}
- name: Install eodag
run: |
python -m pip install .
python -m pip install ".[all-providers]"
- name: Fetch and update external product types reference
run: |
export JSON_OUTPUT_FILE="eodag/resources/ext_product_types.json"
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
echo "${full_update_summary:0:65536}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
branch: external-product-types-ref-update
delete-branch: true
Expand Down
2 changes: 1 addition & 1 deletion eodag/resources/ext_product_types.json

Large diffs are not rendered by default.

0 comments on commit 0306fb4

Please sign in to comment.