Skip to content

Commit

Permalink
Add pip installation of package
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed Jan 20, 2025
1 parent 3b2fbc4 commit 0bd1b37
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: Install tk_tools
run: uv pip install -e .

- name: Execute Tests
# run: uv run pytest -v tests/ --cov=tk_tools
run: xvfb-run uv run pytest -v tests/ --cov=tk_tools

0 comments on commit 0bd1b37

Please sign in to comment.