Skip to content

Commit

Permalink
revert pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lichtman committed Sep 3, 2024
1 parent e4b2dc6 commit c4a6b08
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Get Most Recent Tag
id: most-recent-tag
uses: "WyriHaximus/github-action-get-previous-tag@v1"

- name: Echo Full Tag
run: echo ${{ steps.most-recent-tag.outputs.tag }}.${{ github.run_number }}

- 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
Expand All @@ -34,7 +25,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: "3.10" # stac-api-validator requires >= 3.10
Expand Down

0 comments on commit c4a6b08

Please sign in to comment.