Skip to content

Commit 99b796f

Browse files
authored
👷 Run Smokeshow always, even on test failures (#25)
1 parent 9e50bde commit 99b796f

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
@@ -15,7 +15,6 @@ env:
1515

1616
jobs:
1717
smokeshow:
18-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1918
runs-on: ubuntu-latest
2019

2120
steps:
@@ -26,12 +25,10 @@ jobs:
2625
- uses: actions/checkout@v6
2726
- uses: actions/setup-python@v6
2827
with:
29-
python-version: '3.9'
28+
python-version: '3.13'
3029
- name: Setup uv
3130
uses: astral-sh/setup-uv@v7
3231
with:
33-
version: "0.4.15"
34-
enable-cache: true
3532
cache-dependency-glob: |
3633
requirements**.txt
3734
pyproject.toml

0 commit comments

Comments
 (0)