Skip to content

Commit

Permalink
CI: Create missing virtual enviroment in the publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
math-fehr committed Jan 13, 2025
1 parent 3553a77 commit a7e967a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7e967a

Please sign in to comment.