From dbef0c99bb2c5ad9aedfea75870d73cc49303285 Mon Sep 17 00:00:00 2001 From: mauricio-dc-chainguard Date: Mon, 10 Jun 2024 07:57:13 -0600 Subject: [PATCH] update build py3-pydantic-core Signed-off-by: mauricio-dc-chainguard --- py3-pydantic-core.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/py3-pydantic-core.yaml b/py3-pydantic-core.yaml index 9687cab345b..a1cae626274 100644 --- a/py3-pydantic-core.yaml +++ b/py3-pydantic-core.yaml @@ -30,8 +30,10 @@ pipeline: repository: https://github.com/pydantic/pydantic-core tag: v${{package.version}} - - name: Python Build - uses: python/build-wheel + - runs: | + python3 -m venv env + source env/bin/activate + make install - uses: strip