We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673b4aa commit 4fef4fdCopy full SHA for 4fef4fd
.github/workflows/smokeshow.yml
@@ -13,7 +13,6 @@ env:
13
14
jobs:
15
smokeshow:
16
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
17
runs-on: ubuntu-latest
18
steps:
19
- name: Dump GitHub context
@@ -23,12 +22,10 @@ jobs:
23
22
- uses: actions/checkout@v5
24
- uses: actions/setup-python@v6
25
with:
26
- python-version: '3.9'
+ python-version: '3.13'
27
- name: Setup uv
28
uses: astral-sh/setup-uv@v6
29
30
- version: "0.4.15"
31
- enable-cache: true
32
cache-dependency-glob: |
33
requirements**.txt
34
pyproject.toml
0 commit comments