Skip to content

Commit

Permalink
uv needs venv in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Feb 18, 2024
1 parent 067d241 commit b13c56c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
node-version: 20.x
- name: Install uv
run: python3 -m pip install uv
- name: Create virtual environment
run: uv venv .venv
- name: Activate virtual environment
run: source .venv/bin/activate
- name: Install Python requirements
run: uv pip install -r requirements.txt
- name: Install Node requirements
Expand Down

0 comments on commit b13c56c

Please sign in to comment.