Skip to content

Commit d25c62e

Browse files
authored
👷 Run Smokeshow always, even on test failures (#264)
1 parent cc841c2 commit d25c62e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ env:
1313

1414
jobs:
1515
smokeshow:
16-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1716
runs-on: ubuntu-latest
1817
steps:
1918
- name: Dump GitHub context
@@ -23,12 +22,10 @@ jobs:
2322
- uses: actions/checkout@v6
2423
- uses: actions/setup-python@v6
2524
with:
26-
python-version: '3.9'
25+
python-version: '3.13'
2726
- name: Setup uv
2827
uses: astral-sh/setup-uv@v7
2928
with:
30-
version: "0.4.15"
31-
enable-cache: true
3229
cache-dependency-glob: |
3330
requirements**.txt
3431
pyproject.toml

0 commit comments

Comments
 (0)