Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ohdearquant authored Dec 14, 2024
1 parent 082b4f9 commit 28032f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Install dependencies
run: |
uv venv
uv pip install -e ".[dev]"
uv build
- name: Run tests
run: |
source .venv/bin/activate
pytest
uv run pytest
deploy:
needs: test
Expand Down

0 comments on commit 28032f8

Please sign in to comment.