From: Sebastián Ramírez Date: Sun, 27 Nov 2022 13:53:13 +0000 (+0100) Subject: 👷 Remove pip cache for Smokeshow as it depends on a requirements.txt (#5700) X-Git-Tag: 0.88.0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fcc4dd61f17aa13f954d866e000c6c42fa2cedb6;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Remove pip cache for Smokeshow as it depends on a requirements.txt (#5700) --- diff --git a/.github/workflows/smokeshow.yml b/.github/workflows/smokeshow.yml index c83d16f15c..7559c24c06 100644 --- a/.github/workflows/smokeshow.yml +++ b/.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