Skip to content

Commit

Permalink
Update .github/workflows/python_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco authored Dec 12, 2024
1 parent 5c18a5a commit a2e53d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Test without pandas
run: |
uv pip uninstall --yes pandas
uv pip uninstall pandas
uv run pytest -m "not pandas and not integration and not benchmark"
uv pip install pandas
Expand Down

0 comments on commit a2e53d7

Please sign in to comment.