Skip to content

Commit 0b53130

Browse files
committed
Stop installing unneeded deps
1 parent 7903ddc commit 0b53130

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache-dependency-glob: |
3030
pyproject.toml
3131
uv.lock
32-
- run: uv sync --locked --group tests
32+
- run: uv sync --locked --no-dev --group tests
3333
- uses: actions/download-artifact@v7
3434
with:
3535
name: coverage-html

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
limit-access-to-actor: true
7272
- name: Install Dependencies
73-
run: uv sync --locked --group tests
73+
run: uv sync --locked --no-dev --group tests
7474
- name: Lint
7575
run: uv run bash scripts/lint.sh
7676
- run: mkdir coverage
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
limit-access-to-actor: true
117117
- name: Install Dependencies
118-
run: uv sync --locked --group tests
118+
run: uv sync --locked --no-dev --group tests
119119
- run: ls -la coverage
120120
- run: uv run coverage combine coverage
121121
- run: uv run coverage html --title "Coverage for ${{ github.sha }}"

0 commit comments

Comments
 (0)