We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c80974 commit e9f82baCopy full SHA for e9f82ba
1 file changed
.github/workflows/deploy.yml
@@ -25,8 +25,8 @@ jobs:
25
- name: Install dependencies
26
run: uv sync --all-extras
27
28
- - name: Run tests
29
- run: uv run pytest -m "not integration"
+ #- name: Run tests
+ # run: uv run pytest -m "not integration"
30
31
- name: Build package
32
run: uv build
0 commit comments