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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
.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 |
|
|
|
|
|
|
|