Skip to content

Commit

Permalink
Moar Hack for uv needing a venv Pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Feb 18, 2024
1 parent 8849627 commit a03cd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 20.x
- name: TEMP HACK uv needs a venv
run: echo "VIRTUAL_ENV=${PYTHON_ROOT_DIR}" >> $GITHUB_ENV
run: echo "VIRTUAL_ENV=${Python_ROOT_DIR}" >> $GITHUB_ENV
- name: Install uv
run: python3 -m pip install uv
- name: Install Python requirements
Expand Down

0 comments on commit a03cd40

Please sign in to comment.