Skip to content

Commit 2253b9b

Browse files
committed
🔧 Tweak smokeshow config
1 parent 71688f4 commit 2253b9b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/smokeshow.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Smokeshow
22

33
on:
44
workflow_run:
5-
workflows: [Test]
6-
types: [completed]
5+
workflows:
6+
- Test
7+
types:
8+
- completed
79

810
permissions:
911
statuses: write
@@ -31,9 +33,9 @@ jobs:
3133
version: "0.4.15"
3234
enable-cache: true
3335
cache-dependency-glob: |
34-
requirements**.txt
3536
pyproject.toml
36-
- run: uv pip install -r requirements-github-actions.txt
37+
uv.lock
38+
- run: uv sync
3739
- uses: actions/download-artifact@v5
3840
with:
3941
name: coverage-html

0 commit comments

Comments
 (0)