Skip to content

Commit

Permalink
Merge branch 'one-ruff-for-everything' into run-mypy-separately
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang committed Oct 6, 2024
2 parents 7f124f9 + 1ac556f commit fe2b10e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-CI.yml
Original file line number Diff line number Diff line change
@@ -163,6 +163,11 @@ jobs:
tests/conftest.py
- run: find . -type l -delete
if: runner.os != 'Windows'
- run: |
Remove-Item src/phoenix/evals
Remove-Item src/phoenix/otel
shell: powershell
if: runner.os == 'Windows'
- name: Set up python ${{ matrix.py }}
uses: actions/setup-python@v5
with:

0 comments on commit fe2b10e

Please sign in to comment.