Skip to content

Commit

Permalink
update it to 3.9 (#4754)
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy authored Sep 25, 2024
1 parent c2361a3 commit 4b680ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uv-version: 0.4.8
uv-venv: ${{ github.job }}-${{ github.run_number }}
- run: uv pip install tox==4.18.1 tox-uv==1.11.3
- run: tox run-parallel --parallel-no-spinner -e py38-ci-pkg-phoenix_evals,py312-ci-pkg-phoenix_evals
- run: tox run-parallel --parallel-no-spinner -e py39-ci-pkg-phoenix_evals,py312-ci-pkg-phoenix_evals
if: ${{ needs.changes.outputs.phoenix_evals == 'true' }}

lint:
Expand Down Expand Up @@ -175,9 +175,9 @@ jobs:
uv-version: 0.4.8
uv-venv: ${{ github.job }}-${{ github.run_number }}
- run: uv pip install tox==4.18.1 tox-uv==1.11.3
- run: tox run-parallel --parallel-no-spinner -e py38-ci-integration_tests
- run: tox run-parallel --parallel-no-spinner -e py39-ci-integration_tests
if: ${{ matrix.os != 'ubuntu-latest' }}
timeout-minutes: 15
- run: tox run-parallel --parallel-no-spinner -e py38-ci-integration_tests,py312-ci-integration_tests
- run: tox run-parallel --parallel-no-spinner -e py39-ci-integration_tests,py312-ci-integration_tests
if: ${{ matrix.os == 'ubuntu-latest' }}
timeout-minutes: 15
2 changes: 1 addition & 1 deletion .github/workflows/python-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
python-version: 3.8
- run: pip install tox-uv==1.11.3
- run: tox run-parallel --parallel-no-spinner -e py38-test-integration_tests
- run: tox run-parallel --parallel-no-spinner -e py39-test-integration_tests
- uses: slackapi/slack-github-action@v1
if: failure()
env:
Expand Down

0 comments on commit 4b680ee

Please sign in to comment.