We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f076ddb commit a70c6e8Copy full SHA for a70c6e8
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
cache-suffix: ${{ matrix.uv-resolution }}
89
90
- name: Install the project and dependencies
91
- run: uv sync --all-extras --dev --resolution ${{ matrix.uv-resolution }}
+ run: uv sync --dev --resolution ${{ matrix.uv-resolution }}
92
93
- name: Run tests
94
run: |
@@ -134,7 +134,7 @@ jobs:
134
cache-dependency-glob: "**/pyproject.toml"
135
136
- name: Install the project
137
- run: uv sync --all-extras --dev
+ run: uv sync --dev
138
139
140
run: uv run mypy pytest_sqlalchemy.py tests
0 commit comments