Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate authored Nov 12, 2024
1 parent 2f179da commit a841e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:

- name: Install dependencies with uv
run: |
uv sync --all-extras --dev
uv venv && uv sync --all-extras --dev
- name: Run Tests
run: |
uv run python tests.py
source .venv/bin/activate && python tests.py

0 comments on commit a841e4f

Please sign in to comment.