Skip to content

Commit

Permalink
Add venv
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed Jan 20, 2025
1 parent 0bd1b37 commit eff1086
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v3

- name: Create venv
run: uv venv

- name: Install tk_tools
run: uv pip install -e .

Expand Down

0 comments on commit eff1086

Please sign in to comment.