Skip to content

Commit

Permalink
Update reusable-DeployStack-SearchAPI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercchase authored Feb 27, 2025
1 parent a4358d7 commit 31d9369
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable-DeployStack-SearchAPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
# If it's writing to a branch, the pull request to that branch already
# passed, OR it's a developing branch that doesn't need PR's. No need
# to run suite either way.
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install pytest requirements
if: github.event_name == 'pull_request'
run: |
Expand Down

0 comments on commit 31d9369

Please sign in to comment.