Skip to content

Commit 8994c77

Browse files
authored
Update python-publish.yml
1 parent 982dad7 commit 8994c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Install Dependencies
25-
run: uv sync --with dev
25+
run: uv sync --group dev
2626

2727
- name: Run Tests
2828
run: uv run pytest

0 commit comments

Comments
 (0)