Skip to content

Commit

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

0 comments on commit 8849627

Please sign in to comment.