From a7e967aae9179d8cc20d96304a9017d79c8801a5 Mon Sep 17 00:00:00 2001 From: Mathieu Fehr Date: Mon, 13 Jan 2025 16:52:19 +0000 Subject: [PATCH] CI: Create missing virtual enviroment in the publish job --- .github/workflows/pythonpublish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index ab2e2f5b6b..c7bcae577a 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -16,6 +16,12 @@ jobs: - name: Set up Python run: uv python install 3.11 + - name: Create the virtual environment + run: | + # Change directory so that xdsl-opt can be found during installation. + cd xdsl + VENV_EXTRAS="--all-extras" make venv + - name: Install dependencies run: | uv pip install setuptools wheel