Skip to content

Commit

Permalink
chore: Update CI for phoenix-evals and phoenix-otel (#5563)
Browse files Browse the repository at this point in the history
  • Loading branch information
anticorrelator authored Nov 27, 2024
1 parent a479d62 commit 472914b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if: ${{ needs.changes.outputs.phoenix_evals == 'true' }}
strategy:
matrix:
py: [3.8, 3.12]
py: [3.9, 3.12]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
Expand All @@ -109,7 +109,7 @@ jobs:
if: ${{ needs.changes.outputs.phoenix_otel == 'true' }}
strategy:
matrix:
py: [3.8, 3.13]
py: [3.9, 3.12]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 472914b

Please sign in to comment.