Browse Source

👷 Remove pip cache for Smokeshow as it depends on a requirements.txt (#5700)

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

1
.github/workflows/smokeshow.yml

@ -17,7 +17,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.9'
cache: "pip"
- run: pip install smokeshow

Loading…
Cancel
Save