Skip to content

Commit d12faf6

Browse files
committed
Install dev dependencies for testing
Signed-off-by: lelia <lelia@socket.dev>
1 parent 71043a3 commit d12faf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
run: |
4646
python -m pip install --upgrade pip
4747
pip install uv
48-
uv sync
48+
uv sync --extra test
4949
- name: 🧪 run tests
5050
run: uv run pytest -q tests/unit/

0 commit comments

Comments
 (0)