Skip to content

Commit

Permalink
try python 3.11
Browse files Browse the repository at this point in the history
Signed-off-by: Peeter Piegaze <[email protected]>
  • Loading branch information
ppiegaze committed Jan 20, 2025
1 parent 6af6a74 commit 26ee12a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
token: ${{ secrets.FLYTE_BOT_PAT }}
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.11'
- name: Log in to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.11'
- name: Run integration tests
env:
host: ${{ secrets.FLYTE_HOST }}
Expand Down

0 comments on commit 26ee12a

Please sign in to comment.