diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index a98872ab707..339f415ed61 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -335,7 +335,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/web/server/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -386,7 +386,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/web/server/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -431,7 +431,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/web/server/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -476,7 +476,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/storage/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -526,7 +526,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/agent/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -574,7 +574,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/api/tests/requirements.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -619,7 +619,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/api-server/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -670,7 +670,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/autoscaling/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -718,7 +718,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/catalog/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -772,7 +772,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/clusters-keeper/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -831,7 +831,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/datcore-adapter/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -927,7 +927,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/director-v2/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -981,7 +981,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/aws-library/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1029,7 +1029,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/dask-task-models-library/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1077,7 +1077,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/dask-sidecar/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1125,7 +1125,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/osparc-gateway-server/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1183,7 +1183,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/payments/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1231,7 +1231,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/dynamic-scheduler/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1279,7 +1279,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/resource-usage-tracker/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1337,7 +1337,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/dynamic-sidecar/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1385,7 +1385,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/efs-guardian/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1444,7 +1444,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/ci/helpers/requirements.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1479,7 +1479,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/postgres-database/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1527,7 +1527,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/notifications-library/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1575,7 +1575,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/service-integration/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1623,7 +1623,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/service-library/requirements/ci*.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1671,7 +1671,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/settings-library/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1719,7 +1719,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/models-library/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1770,7 +1770,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/notifications-library/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1820,7 +1820,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/simcore-sdk/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1928,7 +1928,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/web/server/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -1991,7 +1991,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/web/server/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -2054,7 +2054,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/director-v2/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -2121,7 +2121,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/director-v2/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -2186,7 +2186,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/dynamic-sidecar/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -2250,7 +2250,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/osparc-gateway-server/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -2327,7 +2327,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/simcore-sdk/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -2414,7 +2414,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/public-api/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -2474,7 +2474,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/swarm-deploy/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -2545,7 +2545,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/e2e/requirements/requirements.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash @@ -2608,7 +2608,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/e2e-playwright/requirements/ci.txt" - name: expose github runtime for buildx uses: crazy-max/ghaction-github-runtime@v3 @@ -2670,7 +2670,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.4.x" - enable-cache: true + enable-cache: false cache-dependency-glob: "**/environment-setup/requirements/ci.txt" - name: show system version run: ./ci/helpers/show_system_versions.bash