Skip to content

Commit a70c6e8

Browse files
committed
Don't use --all-extras in Github Actions
1 parent f076ddb commit a70c6e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
cache-suffix: ${{ matrix.uv-resolution }}
8989

9090
- name: Install the project and dependencies
91-
run: uv sync --all-extras --dev --resolution ${{ matrix.uv-resolution }}
91+
run: uv sync --dev --resolution ${{ matrix.uv-resolution }}
9292

9393
- name: Run tests
9494
run: |
@@ -134,7 +134,7 @@ jobs:
134134
cache-dependency-glob: "**/pyproject.toml"
135135

136136
- name: Install the project
137-
run: uv sync --all-extras --dev
137+
run: uv sync --dev
138138

139139
- name: Run tests
140140
run: uv run mypy pytest_sqlalchemy.py tests

0 commit comments

Comments
 (0)