From e31f149977102f765d0cb5ddb166553695c32f7e Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 15 Dec 2024 01:21:23 +0100 Subject: [PATCH] Install custom pydantic version --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba183764f6149..a803b093a8a6b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ on: type: boolean env: - CACHE_VERSION: 11-c1 + CACHE_VERSION: 11-c2 UV_CACHE_VERSION: 1 MYPY_CACHE_VERSION: 9 PYTEST_RUNTIME_CACHE_VERSION: 1 @@ -533,6 +533,7 @@ jobs: python -m script.gen_requirements_all ci uv pip install -r requirements_all_pytest.txt -r requirements_test.txt uv pip install --force-reinstall --no-deps beautifulsoup4@git+https://github.com/cdce8p/beautifulsoup@master + uv pip install --force-reinstall --no-deps pydantic@git+https://github.com/cdce8p/pydantic.git@adjust-stacklevel uv pip install -e . --config-settings editable_mode=compat - name: Dump pip freeze run: |