From c4a6b080281dbef1b83278685d5447aace38c705 Mon Sep 17 00:00:00 2001 From: Marc Lichtman Date: Tue, 3 Sep 2024 15:58:55 -0400 Subject: [PATCH] revert pr --- .github/workflows/pr.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0530da81..e31975b8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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 @@ -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