From 56d2b70ae1a8cd18cd6d2a46e2d04983f3e6c311 Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Tue, 14 May 2024 15:07:29 -0700 Subject: [PATCH] Fix script. --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index cfbca7c9..f003f82c 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -660,7 +660,7 @@ jobs: with: python-version: ${{ env.pythonVersion }} - name: Install python deps - run: pip install -r scripts/gha/python_requirements.txt + run: pip install -r scripts/gha/requirements.txt # The default token can't run workflows, so get an alternate token. - name: Generate token for GitHub API uses: tibdex/github-app-token@v1