Skip to content

Commit e9f82ba

Browse files
committed
chore: do not run tests on deploy
1 parent 0c80974 commit e9f82ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Install dependencies
2626
run: uv sync --all-extras
2727

28-
- name: Run tests
29-
run: uv run pytest -m "not integration"
28+
#- name: Run tests
29+
# run: uv run pytest -m "not integration"
3030

3131
- name: Build package
3232
run: uv build

0 commit comments

Comments
 (0)