From 82a32d0b17f73dc79a6a5999cda9070a1738b292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Francisco=20Calvo?= Date: Tue, 23 Jan 2024 12:31:13 +0100 Subject: [PATCH] chore: change how pydantic v2 dependencies are installed --- .github/workflows/run-python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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