Skip to content

Commit

Permalink
fix validate
Browse files Browse the repository at this point in the history
  • Loading branch information
joshimai committed Aug 1, 2024
1 parent 6ee67cc commit 5a82954
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ jobs:
with:
python-version: "3.10" # stac-api-validator requires >= 3.10
cache: "pip"

- name: Set Azurite Default Key
run: echo "AZURITE_ACCOUNT_KEY=${{ secrets.AZURITE_ACCOUNT_KEY }}" >> $GITHUB_ENV

- name: Validate
run: ./scripts/validate

0 comments on commit 5a82954

Please sign in to comment.