We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e50bde commit 99b796fCopy full SHA for 99b796f
1 file changed
.github/workflows/smokeshow.yml
@@ -15,7 +15,6 @@ env:
15
16
jobs:
17
smokeshow:
18
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
19
runs-on: ubuntu-latest
20
21
steps:
@@ -26,12 +25,10 @@ jobs:
26
25
- uses: actions/checkout@v6
27
- uses: actions/setup-python@v6
28
with:
29
- python-version: '3.9'
+ python-version: '3.13'
30
- name: Setup uv
31
uses: astral-sh/setup-uv@v7
32
33
- version: "0.4.15"
34
- enable-cache: true
35
cache-dependency-glob: |
36
requirements**.txt
37
pyproject.toml
0 commit comments