Skip to content

Commit

Permalink
try removing azurite from api validator
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lichtman committed Aug 30, 2024
1 parent 0cbff10 commit e6f11e9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: echo "AZURITE_ACCOUNT_KEY=$(curl https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite | grep "Account key:" | cut -b 24-111)" >> $GITHUB_ENV

- name: Verify Azurite Key was retrieved correctly
if: "!startsWith(env.AZURITE_ACCOUNT_KEY, 'Aby8')"
if: "!startsWith(env.AZURITE_ACCOUNT_KEY, 'Eby8')"
run: echo Failed to find key at learn.microsoft.com && exit 1

- name: Run cibuild
Expand All @@ -30,8 +30,5 @@ jobs:
python-version: "3.10" # stac-api-validator requires >= 3.10
cache: "pip"

- name: Set Azurite Default Key
run: echo "AZURITE_ACCOUNT_KEY=$(curl https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite | grep "Account key:" | cut -b 24-111)" >> $GITHUB_ENV

- name: Validate
- name: API Validator
run: ./scripts/validate

0 comments on commit e6f11e9

Please sign in to comment.