Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
chore: change how pydantic v2 dependencies are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcalvo committed Jan 23, 2024
1 parent 518a708 commit 82a32d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
env:
ARGILLA_ENABLE_TELEMETRY: 0
run: |
pmd install "pydantic~=2.0" pytest-custom_exit_code
pmd add pydantic~=2.0 pytest-custom_exit_code
pdm run pytest --suppress-no-test-exit-code ${{ inputs.pytestArgs }} -vs

0 comments on commit 82a32d0

Please sign in to comment.