Skip to content

Commit 2ba43f9

Browse files
committed
disable uv caching
1 parent 6db71c1 commit 2ba43f9

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
uses: astral-sh/setup-uv@v3
336336
with:
337337
version: "0.4.x"
338-
enable-cache: true
338+
enable-cache: false
339339
cache-dependency-glob: "**/web/server/requirements/ci.txt"
340340
- name: show system version
341341
run: ./ci/helpers/show_system_versions.bash
@@ -386,7 +386,7 @@ jobs:
386386
uses: astral-sh/setup-uv@v3
387387
with:
388388
version: "0.4.x"
389-
enable-cache: true
389+
enable-cache: false
390390
cache-dependency-glob: "**/web/server/requirements/ci.txt"
391391
- name: show system version
392392
run: ./ci/helpers/show_system_versions.bash
@@ -431,7 +431,7 @@ jobs:
431431
uses: astral-sh/setup-uv@v3
432432
with:
433433
version: "0.4.x"
434-
enable-cache: true
434+
enable-cache: false
435435
cache-dependency-glob: "**/web/server/requirements/ci.txt"
436436
- name: show system version
437437
run: ./ci/helpers/show_system_versions.bash
@@ -476,7 +476,7 @@ jobs:
476476
uses: astral-sh/setup-uv@v3
477477
with:
478478
version: "0.4.x"
479-
enable-cache: true
479+
enable-cache: false
480480
cache-dependency-glob: "**/storage/requirements/ci.txt"
481481
- name: show system version
482482
run: ./ci/helpers/show_system_versions.bash
@@ -526,7 +526,7 @@ jobs:
526526
uses: astral-sh/setup-uv@v3
527527
with:
528528
version: "0.4.x"
529-
enable-cache: true
529+
enable-cache: false
530530
cache-dependency-glob: "**/agent/requirements/ci.txt"
531531
- name: show system version
532532
run: ./ci/helpers/show_system_versions.bash
@@ -574,7 +574,7 @@ jobs:
574574
uses: astral-sh/setup-uv@v3
575575
with:
576576
version: "0.4.x"
577-
enable-cache: true
577+
enable-cache: false
578578
cache-dependency-glob: "**/api/tests/requirements.txt"
579579
- name: show system version
580580
run: ./ci/helpers/show_system_versions.bash
@@ -619,7 +619,7 @@ jobs:
619619
uses: astral-sh/setup-uv@v3
620620
with:
621621
version: "0.4.x"
622-
enable-cache: true
622+
enable-cache: false
623623
cache-dependency-glob: "**/api-server/requirements/ci.txt"
624624
- name: show system version
625625
run: ./ci/helpers/show_system_versions.bash
@@ -670,7 +670,7 @@ jobs:
670670
uses: astral-sh/setup-uv@v3
671671
with:
672672
version: "0.4.x"
673-
enable-cache: true
673+
enable-cache: false
674674
cache-dependency-glob: "**/autoscaling/requirements/ci.txt"
675675
- name: show system version
676676
run: ./ci/helpers/show_system_versions.bash
@@ -718,7 +718,7 @@ jobs:
718718
uses: astral-sh/setup-uv@v3
719719
with:
720720
version: "0.4.x"
721-
enable-cache: true
721+
enable-cache: false
722722
cache-dependency-glob: "**/catalog/requirements/ci.txt"
723723
- name: show system version
724724
run: ./ci/helpers/show_system_versions.bash
@@ -772,7 +772,7 @@ jobs:
772772
uses: astral-sh/setup-uv@v3
773773
with:
774774
version: "0.4.x"
775-
enable-cache: true
775+
enable-cache: false
776776
cache-dependency-glob: "**/clusters-keeper/requirements/ci.txt"
777777
- name: show system version
778778
run: ./ci/helpers/show_system_versions.bash
@@ -831,7 +831,7 @@ jobs:
831831
uses: astral-sh/setup-uv@v3
832832
with:
833833
version: "0.4.x"
834-
enable-cache: true
834+
enable-cache: false
835835
cache-dependency-glob: "**/datcore-adapter/requirements/ci.txt"
836836
- name: show system version
837837
run: ./ci/helpers/show_system_versions.bash
@@ -927,7 +927,7 @@ jobs:
927927
uses: astral-sh/setup-uv@v3
928928
with:
929929
version: "0.4.x"
930-
enable-cache: true
930+
enable-cache: false
931931
cache-dependency-glob: "**/director-v2/requirements/ci.txt"
932932
- name: show system version
933933
run: ./ci/helpers/show_system_versions.bash
@@ -981,7 +981,7 @@ jobs:
981981
uses: astral-sh/setup-uv@v3
982982
with:
983983
version: "0.4.x"
984-
enable-cache: true
984+
enable-cache: false
985985
cache-dependency-glob: "**/aws-library/requirements/ci.txt"
986986
- name: show system version
987987
run: ./ci/helpers/show_system_versions.bash
@@ -1029,7 +1029,7 @@ jobs:
10291029
uses: astral-sh/setup-uv@v3
10301030
with:
10311031
version: "0.4.x"
1032-
enable-cache: true
1032+
enable-cache: false
10331033
cache-dependency-glob: "**/dask-task-models-library/requirements/ci.txt"
10341034
- name: show system version
10351035
run: ./ci/helpers/show_system_versions.bash
@@ -1077,7 +1077,7 @@ jobs:
10771077
uses: astral-sh/setup-uv@v3
10781078
with:
10791079
version: "0.4.x"
1080-
enable-cache: true
1080+
enable-cache: false
10811081
cache-dependency-glob: "**/dask-sidecar/requirements/ci.txt"
10821082
- name: show system version
10831083
run: ./ci/helpers/show_system_versions.bash
@@ -1125,7 +1125,7 @@ jobs:
11251125
uses: astral-sh/setup-uv@v3
11261126
with:
11271127
version: "0.4.x"
1128-
enable-cache: true
1128+
enable-cache: false
11291129
cache-dependency-glob: "**/osparc-gateway-server/requirements/ci.txt"
11301130
- name: show system version
11311131
run: ./ci/helpers/show_system_versions.bash
@@ -1183,7 +1183,7 @@ jobs:
11831183
uses: astral-sh/setup-uv@v3
11841184
with:
11851185
version: "0.4.x"
1186-
enable-cache: true
1186+
enable-cache: false
11871187
cache-dependency-glob: "**/payments/requirements/ci.txt"
11881188
- name: show system version
11891189
run: ./ci/helpers/show_system_versions.bash
@@ -1231,7 +1231,7 @@ jobs:
12311231
uses: astral-sh/setup-uv@v3
12321232
with:
12331233
version: "0.4.x"
1234-
enable-cache: true
1234+
enable-cache: false
12351235
cache-dependency-glob: "**/dynamic-scheduler/requirements/ci.txt"
12361236
- name: show system version
12371237
run: ./ci/helpers/show_system_versions.bash
@@ -1279,7 +1279,7 @@ jobs:
12791279
uses: astral-sh/setup-uv@v3
12801280
with:
12811281
version: "0.4.x"
1282-
enable-cache: true
1282+
enable-cache: false
12831283
cache-dependency-glob: "**/resource-usage-tracker/requirements/ci.txt"
12841284
- name: show system version
12851285
run: ./ci/helpers/show_system_versions.bash
@@ -1337,7 +1337,7 @@ jobs:
13371337
uses: astral-sh/setup-uv@v3
13381338
with:
13391339
version: "0.4.x"
1340-
enable-cache: true
1340+
enable-cache: false
13411341
cache-dependency-glob: "**/dynamic-sidecar/requirements/ci.txt"
13421342
- name: show system version
13431343
run: ./ci/helpers/show_system_versions.bash
@@ -1385,7 +1385,7 @@ jobs:
13851385
uses: astral-sh/setup-uv@v3
13861386
with:
13871387
version: "0.4.x"
1388-
enable-cache: true
1388+
enable-cache: false
13891389
cache-dependency-glob: "**/efs-guardian/requirements/ci.txt"
13901390
- name: show system version
13911391
run: ./ci/helpers/show_system_versions.bash
@@ -1444,7 +1444,7 @@ jobs:
14441444
uses: astral-sh/setup-uv@v3
14451445
with:
14461446
version: "0.4.x"
1447-
enable-cache: true
1447+
enable-cache: false
14481448
cache-dependency-glob: "**/ci/helpers/requirements.txt"
14491449
- name: show system version
14501450
run: ./ci/helpers/show_system_versions.bash
@@ -1479,7 +1479,7 @@ jobs:
14791479
uses: astral-sh/setup-uv@v3
14801480
with:
14811481
version: "0.4.x"
1482-
enable-cache: true
1482+
enable-cache: false
14831483
cache-dependency-glob: "**/postgres-database/requirements/ci.txt"
14841484
- name: show system version
14851485
run: ./ci/helpers/show_system_versions.bash
@@ -1527,7 +1527,7 @@ jobs:
15271527
uses: astral-sh/setup-uv@v3
15281528
with:
15291529
version: "0.4.x"
1530-
enable-cache: true
1530+
enable-cache: false
15311531
cache-dependency-glob: "**/notifications-library/requirements/ci.txt"
15321532
- name: show system version
15331533
run: ./ci/helpers/show_system_versions.bash
@@ -1575,7 +1575,7 @@ jobs:
15751575
uses: astral-sh/setup-uv@v3
15761576
with:
15771577
version: "0.4.x"
1578-
enable-cache: true
1578+
enable-cache: false
15791579
cache-dependency-glob: "**/service-integration/requirements/ci.txt"
15801580
- name: show system version
15811581
run: ./ci/helpers/show_system_versions.bash
@@ -1623,7 +1623,7 @@ jobs:
16231623
uses: astral-sh/setup-uv@v3
16241624
with:
16251625
version: "0.4.x"
1626-
enable-cache: true
1626+
enable-cache: false
16271627
cache-dependency-glob: "**/service-library/requirements/ci*.txt"
16281628
- name: show system version
16291629
run: ./ci/helpers/show_system_versions.bash
@@ -1671,7 +1671,7 @@ jobs:
16711671
uses: astral-sh/setup-uv@v3
16721672
with:
16731673
version: "0.4.x"
1674-
enable-cache: true
1674+
enable-cache: false
16751675
cache-dependency-glob: "**/settings-library/requirements/ci.txt"
16761676
- name: show system version
16771677
run: ./ci/helpers/show_system_versions.bash
@@ -1719,7 +1719,7 @@ jobs:
17191719
uses: astral-sh/setup-uv@v3
17201720
with:
17211721
version: "0.4.x"
1722-
enable-cache: true
1722+
enable-cache: false
17231723
cache-dependency-glob: "**/models-library/requirements/ci.txt"
17241724
- name: show system version
17251725
run: ./ci/helpers/show_system_versions.bash
@@ -1770,7 +1770,7 @@ jobs:
17701770
uses: astral-sh/setup-uv@v3
17711771
with:
17721772
version: "0.4.x"
1773-
enable-cache: true
1773+
enable-cache: false
17741774
cache-dependency-glob: "**/notifications-library/requirements/ci.txt"
17751775
- name: show system version
17761776
run: ./ci/helpers/show_system_versions.bash
@@ -1820,7 +1820,7 @@ jobs:
18201820
uses: astral-sh/setup-uv@v3
18211821
with:
18221822
version: "0.4.x"
1823-
enable-cache: true
1823+
enable-cache: false
18241824
cache-dependency-glob: "**/simcore-sdk/requirements/ci.txt"
18251825
- name: show system version
18261826
run: ./ci/helpers/show_system_versions.bash
@@ -1928,7 +1928,7 @@ jobs:
19281928
uses: astral-sh/setup-uv@v3
19291929
with:
19301930
version: "0.4.x"
1931-
enable-cache: true
1931+
enable-cache: false
19321932
cache-dependency-glob: "**/web/server/requirements/ci.txt"
19331933
- name: show system version
19341934
run: ./ci/helpers/show_system_versions.bash
@@ -1991,7 +1991,7 @@ jobs:
19911991
uses: astral-sh/setup-uv@v3
19921992
with:
19931993
version: "0.4.x"
1994-
enable-cache: true
1994+
enable-cache: false
19951995
cache-dependency-glob: "**/web/server/requirements/ci.txt"
19961996
- name: show system version
19971997
run: ./ci/helpers/show_system_versions.bash
@@ -2054,7 +2054,7 @@ jobs:
20542054
uses: astral-sh/setup-uv@v3
20552055
with:
20562056
version: "0.4.x"
2057-
enable-cache: true
2057+
enable-cache: false
20582058
cache-dependency-glob: "**/director-v2/requirements/ci.txt"
20592059
- name: show system version
20602060
run: ./ci/helpers/show_system_versions.bash
@@ -2121,7 +2121,7 @@ jobs:
21212121
uses: astral-sh/setup-uv@v3
21222122
with:
21232123
version: "0.4.x"
2124-
enable-cache: true
2124+
enable-cache: false
21252125
cache-dependency-glob: "**/director-v2/requirements/ci.txt"
21262126
- name: show system version
21272127
run: ./ci/helpers/show_system_versions.bash
@@ -2186,7 +2186,7 @@ jobs:
21862186
uses: astral-sh/setup-uv@v3
21872187
with:
21882188
version: "0.4.x"
2189-
enable-cache: true
2189+
enable-cache: false
21902190
cache-dependency-glob: "**/dynamic-sidecar/requirements/ci.txt"
21912191
- name: show system version
21922192
run: ./ci/helpers/show_system_versions.bash
@@ -2250,7 +2250,7 @@ jobs:
22502250
uses: astral-sh/setup-uv@v3
22512251
with:
22522252
version: "0.4.x"
2253-
enable-cache: true
2253+
enable-cache: false
22542254
cache-dependency-glob: "**/osparc-gateway-server/requirements/ci.txt"
22552255
- name: show system version
22562256
run: ./ci/helpers/show_system_versions.bash
@@ -2327,7 +2327,7 @@ jobs:
23272327
uses: astral-sh/setup-uv@v3
23282328
with:
23292329
version: "0.4.x"
2330-
enable-cache: true
2330+
enable-cache: false
23312331
cache-dependency-glob: "**/simcore-sdk/requirements/ci.txt"
23322332
- name: show system version
23332333
run: ./ci/helpers/show_system_versions.bash
@@ -2414,7 +2414,7 @@ jobs:
24142414
uses: astral-sh/setup-uv@v3
24152415
with:
24162416
version: "0.4.x"
2417-
enable-cache: true
2417+
enable-cache: false
24182418
cache-dependency-glob: "**/public-api/requirements/ci.txt"
24192419
- name: show system version
24202420
run: ./ci/helpers/show_system_versions.bash
@@ -2474,7 +2474,7 @@ jobs:
24742474
uses: astral-sh/setup-uv@v3
24752475
with:
24762476
version: "0.4.x"
2477-
enable-cache: true
2477+
enable-cache: false
24782478
cache-dependency-glob: "**/swarm-deploy/requirements/ci.txt"
24792479
- name: show system version
24802480
run: ./ci/helpers/show_system_versions.bash
@@ -2545,7 +2545,7 @@ jobs:
25452545
uses: astral-sh/setup-uv@v3
25462546
with:
25472547
version: "0.4.x"
2548-
enable-cache: true
2548+
enable-cache: false
25492549
cache-dependency-glob: "**/e2e/requirements/requirements.txt"
25502550
- name: show system version
25512551
run: ./ci/helpers/show_system_versions.bash
@@ -2608,7 +2608,7 @@ jobs:
26082608
uses: astral-sh/setup-uv@v3
26092609
with:
26102610
version: "0.4.x"
2611-
enable-cache: true
2611+
enable-cache: false
26122612
cache-dependency-glob: "**/e2e-playwright/requirements/ci.txt"
26132613
- name: expose github runtime for buildx
26142614
uses: crazy-max/ghaction-github-runtime@v3
@@ -2670,7 +2670,7 @@ jobs:
26702670
uses: astral-sh/setup-uv@v3
26712671
with:
26722672
version: "0.4.x"
2673-
enable-cache: true
2673+
enable-cache: false
26742674
cache-dependency-glob: "**/environment-setup/requirements/ci.txt"
26752675
- name: show system version
26762676
run: ./ci/helpers/show_system_versions.bash

0 commit comments

Comments
 (0)