Browse Source

💚 Fix pip cache for Smokeshow (#5697)

pull/5700/head
Sebastián Ramírez 2 years ago
committed by GitHub
parent
commit
c942a9b8d0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/smokeshow.yml

1
.github/workflows/smokeshow.yml

@ -18,7 +18,6 @@ jobs:
with:
python-version: '3.9'
cache: "pip"
cache-dependency-path: pyproject.toml
- run: pip install smokeshow

Loading…
Cancel
Save