From e8cf125864d245fd66f4211083b8b4cd33b3aca4 Mon Sep 17 00:00:00 2001 From: "m.gauzins" Date: Tue, 15 Oct 2024 19:05:54 +0200 Subject: [PATCH] Try to fix python error --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2072aa0b262..c1fcd43e9ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: git remote set-url origin git@github.com:dailymotion/kinta.git git config --global user.email "apps@dailymotion.com" git config --global user.name "Kinta GithubActions" - python3 -m venv venv + python3 -m venv venv --break-system-packages which pip pip install mkdocs-material mkdocs -V