Skip to content

Commit

Permalink
Fix script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed May 14, 2024
1 parent 304d865 commit 56d2b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56d2b70

Please sign in to comment.