Skip to content

Commit

Permalink
Install custom pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Dec 15, 2024
1 parent 574c4a1 commit e31f149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit e31f149

Please sign in to comment.