Sebastián Ramírez
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
4 deletions
-
.github/workflows/smokeshow.yml
|
|
|
@ -13,7 +13,6 @@ env: |
|
|
|
|
|
|
|
jobs: |
|
|
|
smokeshow: |
|
|
|
if: ${{ github.event.workflow_run.conclusion == 'success' }} |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
@ -24,12 +23,10 @@ jobs: |
|
|
|
- uses: actions/checkout@v6 |
|
|
|
- uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: '3.9' |
|
|
|
python-version: '3.13' |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@v7 |
|
|
|
with: |
|
|
|
version: "0.4.15" |
|
|
|
enable-cache: true |
|
|
|
cache-dependency-glob: | |
|
|
|
requirements**.txt |
|
|
|
pyproject.toml |
|
|
|
|