Skip to content

Commit 84c1e55

Browse files
committed
override pydantic-core from git
1 parent d9fe5bd commit 84c1e55

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/codspeed.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,22 @@ jobs:
2626
pdm venv create --with-pip --force $PYTHON
2727
pdm install -G testing -G testing-extra -G email
2828
29+
# override pydantic-core from git - to report benchmarks
30+
# FIXME DO NOT MERGE THIS
31+
32+
- uses: actions/checkout@v4
33+
with:
34+
repository: pydantic/pydantic-core
35+
ref: boxy/validator_serializer_reuse
36+
path: pydantic-core
37+
38+
- name: install rust stable
39+
uses: dtolnay/rust-toolchain@stable
40+
41+
- run: pdm run pip install ./pydantic-core
42+
43+
# END
44+
2945
- name: Run CodSpeed benchmarks
3046
uses: CodSpeedHQ/action@v3
3147
with:

0 commit comments

Comments
 (0)