]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
💚 Disable setup-python pip cache in CI (#9438)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 25 Apr 2023 18:26:32 +0000 (11:26 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Apr 2023 18:26:32 +0000 (18:26 +0000)
.github/workflows/publish.yml
.github/workflows/test.yml

index e88c1971694d2abb21544fc21ec4ccc074330775..1ad11f8d2c5873654833809db2f594d2f65454a9 100644 (file)
@@ -18,7 +18,8 @@ jobs:
         uses: actions/setup-python@v4
         with:
           python-version: "3.7"
-          cache: "pip"
+          # Issue ref: https://github.com/actions/setup-python/issues/436
+          # cache: "pip"
           cache-dependency-path: pyproject.toml
       - uses: actions/cache@v3
         id: cache
index 1235516d331d1c54cc7c38a2458cd8aab1b47617..65b29be204d734c362eef8f281df7aa913c1bbf5 100644 (file)
@@ -21,7 +21,8 @@ jobs:
         uses: actions/setup-python@v4
         with:
           python-version: ${{ matrix.python-version }}
-          cache: "pip"
+          # Issue ref: https://github.com/actions/setup-python/issues/436
+          # cache: "pip"
           cache-dependency-path: pyproject.toml
       - uses: actions/cache@v3
         id: cache
@@ -54,7 +55,8 @@ jobs:
       - uses: actions/setup-python@v4
         with:
           python-version: '3.8'
-          cache: "pip"
+          # Issue ref: https://github.com/actions/setup-python/issues/436
+          # cache: "pip"
           cache-dependency-path: pyproject.toml
 
       - name: Get coverage files