diff --git a/.github/workflows/run-python-tests.yml b/.github/workflows/run-python-tests.yml index 4c6266ae..a72a6885 100644 --- a/.github/workflows/run-python-tests.yml +++ b/.github/workflows/run-python-tests.yml @@ -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