We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45acd3f commit 862a512Copy full SHA for 862a512
.github/workflows/ci.yml
@@ -57,6 +57,6 @@ jobs:
57
enable-cache: true
58
59
- name: Install xarray_sql
60
- run: uv sync --dev
+ run: uv sync --dev -v
61
- name: Run unit tests
62
run: uv run pytest -m "not integration"
0 commit comments