Skip to content

Commit 655d97f

Browse files
GitHKAndrei Neagu
andauthored
🐛 Fix issues with pip cache in ci python setup (#5426)
Co-authored-by: Andrei Neagu <[email protected]>
1 parent 45ae0eb commit 655d97f

File tree

1 file changed

+0
-82
lines changed

1 file changed

+0
-82
lines changed

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

Lines changed: 0 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,6 @@ jobs:
302302
uses: actions/setup-python@v5
303303
with:
304304
python-version: ${{ matrix.python }}
305-
cache: "pip"
306-
cache-dependency-path: "services/web/server/requirements/ci.txt"
307305
- name: install uv
308306
uses: yezz123/setup-uv@v3
309307
- uses: actions/cache@v4
@@ -349,8 +347,6 @@ jobs:
349347
uses: actions/setup-python@v5
350348
with:
351349
python-version: ${{ matrix.python }}
352-
cache: "pip"
353-
cache-dependency-path: "services/web/server/requirements/ci.txt"
354350
- name: install uv
355351
uses: yezz123/setup-uv@v3
356352
- uses: actions/cache@v4
@@ -390,8 +386,6 @@ jobs:
390386
uses: actions/setup-python@v5
391387
with:
392388
python-version: ${{ matrix.python }}
393-
cache: "pip"
394-
cache-dependency-path: "services/web/server/requirements/ci.txt"
395389
- name: install uv
396390
uses: yezz123/setup-uv@v3
397391
- uses: actions/cache@v4
@@ -431,8 +425,6 @@ jobs:
431425
uses: actions/setup-python@v5
432426
with:
433427
python-version: ${{ matrix.python }}
434-
cache: "pip"
435-
cache-dependency-path: "services/storage/requirements/ci.txt"
436428
- name: install uv
437429
uses: yezz123/setup-uv@v3
438430
- uses: actions/cache@v4
@@ -475,8 +467,6 @@ jobs:
475467
uses: actions/setup-python@v5
476468
with:
477469
python-version: ${{ matrix.python }}
478-
cache: "pip"
479-
cache-dependency-path: "services/agent/requirements/ci.txt"
480470
- name: install rclone
481471
run: sudo ./ci/github/helpers/install_rclone.bash
482472
- name: install uv
@@ -521,8 +511,6 @@ jobs:
521511
uses: actions/setup-python@v5
522512
with:
523513
python-version: ${{ matrix.python }}
524-
cache: "pip"
525-
cache-dependency-path: "api/tests/requirements.txt"
526514
- name: install uv
527515
uses: yezz123/setup-uv@v3
528516
- uses: actions/cache@v4
@@ -559,8 +547,6 @@ jobs:
559547
uses: actions/setup-python@v5
560548
with:
561549
python-version: ${{ matrix.python }}
562-
cache: "pip"
563-
cache-dependency-path: "services/api-server/requirements/ci.txt"
564550
- name: install uv
565551
uses: yezz123/setup-uv@v3
566552
- uses: actions/cache@v4
@@ -606,8 +592,6 @@ jobs:
606592
uses: actions/setup-python@v5
607593
with:
608594
python-version: ${{ matrix.python }}
609-
cache: "pip"
610-
cache-dependency-path: "services/autoscaling/requirements/ci.txt"
611595
- name: install uv
612596
uses: yezz123/setup-uv@v3
613597
- uses: actions/cache@v4
@@ -650,8 +634,6 @@ jobs:
650634
uses: actions/setup-python@v5
651635
with:
652636
python-version: ${{ matrix.python }}
653-
cache: "pip"
654-
cache-dependency-path: "services/catalog/requirements/ci.txt"
655637
- name: install uv
656638
uses: yezz123/setup-uv@v3
657639
- uses: actions/cache@v4
@@ -700,8 +682,6 @@ jobs:
700682
uses: actions/setup-python@v5
701683
with:
702684
python-version: ${{ matrix.python }}
703-
cache: "pip"
704-
cache-dependency-path: "services/clusters-keeper/requirements/ci.txt"
705685
- name: install uv
706686
uses: yezz123/setup-uv@v3
707687
- uses: actions/cache@v4
@@ -754,8 +734,6 @@ jobs:
754734
uses: actions/setup-python@v5
755735
with:
756736
python-version: ${{ matrix.python }}
757-
cache: "pip"
758-
cache-dependency-path: "services/datcore-adapter/requirements/ci.txt"
759737
- name: install uv
760738
uses: yezz123/setup-uv@v3
761739
- uses: actions/cache@v4
@@ -807,8 +785,6 @@ jobs:
807785
uses: actions/setup-python@v5
808786
with:
809787
python-version: ${{ matrix.python }}
810-
cache: "pip"
811-
cache-dependency-path: "services/director/requirements/ci.txt"
812788
- name: install uv
813789
uses: yezz123/setup-uv@v3
814790
- uses: actions/cache@v4
@@ -848,8 +824,6 @@ jobs:
848824
uses: actions/setup-python@v5
849825
with:
850826
python-version: ${{ matrix.python }}
851-
cache: "pip"
852-
cache-dependency-path: "services/director-v2/requirements/ci.txt"
853827
- name: install uv
854828
uses: yezz123/setup-uv@v3
855829
- uses: actions/cache@v4
@@ -898,8 +872,6 @@ jobs:
898872
uses: actions/setup-python@v5
899873
with:
900874
python-version: ${{ matrix.python }}
901-
cache: "pip"
902-
cache-dependency-path: "packages/aws-library/requirements/ci.txt"
903875
- name: install uv
904876
uses: yezz123/setup-uv@v3
905877
- uses: actions/cache@v4
@@ -942,8 +914,6 @@ jobs:
942914
uses: actions/setup-python@v5
943915
with:
944916
python-version: ${{ matrix.python }}
945-
cache: "pip"
946-
cache-dependency-path: "packages/dask-task-models-library/requirements/ci.txt"
947917
- name: install uv
948918
uses: yezz123/setup-uv@v3
949919
- uses: actions/cache@v4
@@ -986,8 +956,6 @@ jobs:
986956
uses: actions/setup-python@v5
987957
with:
988958
python-version: ${{ matrix.python }}
989-
cache: "pip"
990-
cache-dependency-path: "services/dask-sidecar/requirements/ci.txt"
991959
- name: install uv
992960
uses: yezz123/setup-uv@v3
993961
- uses: actions/cache@v4
@@ -1030,8 +998,6 @@ jobs:
1030998
uses: actions/setup-python@v5
1031999
with:
10321000
python-version: ${{ matrix.python }}
1033-
cache: "pip"
1034-
cache-dependency-path: "services/osparc-gateway-server/requirements/ci.txt"
10351001
- name: install uv
10361002
uses: yezz123/setup-uv@v3
10371003
- uses: actions/cache@v4
@@ -1084,8 +1050,6 @@ jobs:
10841050
uses: actions/setup-python@v5
10851051
with:
10861052
python-version: ${{ matrix.python }}
1087-
cache: "pip"
1088-
cache-dependency-path: "services/payments/requirements/ci.txt"
10891053
- name: install uv
10901054
uses: yezz123/setup-uv@v3
10911055
- uses: actions/cache@v4
@@ -1128,8 +1092,6 @@ jobs:
11281092
uses: actions/setup-python@v5
11291093
with:
11301094
python-version: ${{ matrix.python }}
1131-
cache: "pip"
1132-
cache-dependency-path: "services/dynamic-scheduler/requirements/ci.txt"
11331095
- name: install uv
11341096
uses: yezz123/setup-uv@v3
11351097
- uses: actions/cache@v4
@@ -1172,8 +1134,6 @@ jobs:
11721134
uses: actions/setup-python@v5
11731135
with:
11741136
python-version: ${{ matrix.python }}
1175-
cache: "pip"
1176-
cache-dependency-path: "services/resource-usage-tracker/requirements/ci.txt"
11771137
- name: install uv
11781138
uses: yezz123/setup-uv@v3
11791139
- uses: actions/cache@v4
@@ -1226,8 +1186,6 @@ jobs:
12261186
uses: actions/setup-python@v5
12271187
with:
12281188
python-version: ${{ matrix.python }}
1229-
cache: "pip"
1230-
cache-dependency-path: "services/dynamic-sidecar/requirements/ci.txt"
12311189
- name: install uv
12321190
uses: yezz123/setup-uv@v3
12331191
- uses: actions/cache@v4
@@ -1306,8 +1264,6 @@ jobs:
13061264
uses: actions/setup-python@v5
13071265
with:
13081266
python-version: ${{ matrix.python }}
1309-
cache: "pip"
1310-
cache-dependency-path: "packages/service-library/requirements/_test.txt"
13111267
- name: install uv
13121268
uses: yezz123/setup-uv@v3
13131269
- uses: actions/cache@v4
@@ -1344,8 +1300,6 @@ jobs:
13441300
uses: actions/setup-python@v5
13451301
with:
13461302
python-version: ${{ matrix.python }}
1347-
cache: "pip"
1348-
cache-dependency-path: "packages/postgres-database/requirements/ci.txt"
13491303
- name: install uv
13501304
uses: yezz123/setup-uv@v3
13511305
- uses: actions/cache@v4
@@ -1388,8 +1342,6 @@ jobs:
13881342
uses: actions/setup-python@v5
13891343
with:
13901344
python-version: ${{ matrix.python }}
1391-
cache: "pip"
1392-
cache-dependency-path: "services/invitations/requirements/ci.txt"
13931345
- name: install uv
13941346
uses: yezz123/setup-uv@v3
13951347
- uses: actions/cache@v4
@@ -1432,8 +1384,6 @@ jobs:
14321384
uses: actions/setup-python@v5
14331385
with:
14341386
python-version: ${{ matrix.python }}
1435-
cache: "pip"
1436-
cache-dependency-path: "packages/service-integration/requirements/ci.txt"
14371387
- name: install uv
14381388
uses: yezz123/setup-uv@v3
14391389
- uses: actions/cache@v4
@@ -1476,8 +1426,6 @@ jobs:
14761426
uses: actions/setup-python@v5
14771427
with:
14781428
python-version: ${{ matrix.python }}
1479-
cache: "pip"
1480-
cache-dependency-path: "packages/service-library/requirements/ci.txt"
14811429
- name: install uv
14821430
uses: yezz123/setup-uv@v3
14831431
- uses: actions/cache@v4
@@ -1520,8 +1468,6 @@ jobs:
15201468
uses: actions/setup-python@v5
15211469
with:
15221470
python-version: ${{ matrix.python }}
1523-
cache: "pip"
1524-
cache-dependency-path: "packages/settings-library/requirements/ci.txt"
15251471
- name: install uv
15261472
uses: yezz123/setup-uv@v3
15271473
- uses: actions/cache@v4
@@ -1564,8 +1510,6 @@ jobs:
15641510
uses: actions/setup-python@v5
15651511
with:
15661512
python-version: ${{ matrix.python }}
1567-
cache: "pip"
1568-
cache-dependency-path: "packages/models-library/requirements/ci.txt"
15691513
- name: install uv
15701514
uses: yezz123/setup-uv@v3
15711515
- uses: actions/cache@v4
@@ -1609,8 +1553,6 @@ jobs:
16091553
uses: actions/setup-python@v5
16101554
with:
16111555
python-version: ${{ matrix.python }}
1612-
cache: "pip"
1613-
cache-dependency-path: "packages/simcore-sdk/requirements/ci.txt"
16141556
- name: install uv
16151557
uses: yezz123/setup-uv@v3
16161558
- uses: actions/cache@v4
@@ -1700,8 +1642,6 @@ jobs:
17001642
uses: actions/setup-python@v5
17011643
with:
17021644
python-version: ${{ matrix.python }}
1703-
cache: "pip"
1704-
cache-dependency-path: "services/web/server/requirements/ci.txt"
17051645
# FIXME: Workaround for https://github.com/actions/download-artifact/issues/249
17061646
- name: download docker images with retry
17071647
uses: Wandalen/wretry.action@master
@@ -1762,8 +1702,6 @@ jobs:
17621702
uses: actions/setup-python@v5
17631703
with:
17641704
python-version: ${{ matrix.python }}
1765-
cache: "pip"
1766-
cache-dependency-path: "services/web/server/requirements/ci.txt"
17671705
- name: expose github runtime for buildx
17681706
uses: crazy-max/ghaction-github-runtime@v3
17691707
# FIXME: Workaround for https://github.com/actions/download-artifact/issues/249
@@ -1826,8 +1764,6 @@ jobs:
18261764
uses: actions/setup-python@v5
18271765
with:
18281766
python-version: ${{ matrix.python }}
1829-
cache: "pip"
1830-
cache-dependency-path: "services/director-v2/requirements/ci.txt"
18311767
- name: expose github runtime for buildx
18321768
uses: crazy-max/ghaction-github-runtime@v3
18331769
# FIXME: Workaround for https://github.com/actions/download-artifact/issues/249
@@ -1892,8 +1828,6 @@ jobs:
18921828
uses: actions/setup-python@v5
18931829
with:
18941830
python-version: ${{ matrix.python }}
1895-
cache: "pip"
1896-
cache-dependency-path: "services/director-v2/requirements/ci.txt"
18971831
- name: expose github runtime for buildx
18981832
uses: crazy-max/ghaction-github-runtime@v3
18991833
# FIXME: Workaround for https://github.com/actions/download-artifact/issues/249
@@ -1958,8 +1892,6 @@ jobs:
19581892
uses: actions/setup-python@v5
19591893
with:
19601894
python-version: ${{ matrix.python }}
1961-
cache: "pip"
1962-
cache-dependency-path: "services/dynamic-sidecar/requirements/ci.txt"
19631895
- name: expose github runtime for buildx
19641896
uses: crazy-max/ghaction-github-runtime@v3
19651897
# FIXME: Workaround for https://github.com/actions/download-artifact/issues/249
@@ -2025,8 +1957,6 @@ jobs:
20251957
uses: actions/setup-python@v5
20261958
with:
20271959
python-version: ${{ matrix.python }}
2028-
cache: "pip"
2029-
cache-dependency-path: "services/osparc-gateway-server/requirements/ci.txt"
20301960
- name: expose github runtime for buildx
20311961
uses: crazy-max/ghaction-github-runtime@v3
20321962
# FIXME: Workaround for https://github.com/actions/download-artifact/issues/249
@@ -2105,8 +2035,6 @@ jobs:
21052035
uses: actions/setup-python@v5
21062036
with:
21072037
python-version: ${{ matrix.python }}
2108-
cache: "pip"
2109-
cache-dependency-path: "packages/simcore-sdk/requirements/ci.txt"
21102038
# FIXME: Workaround for https://github.com/actions/download-artifact/issues/249
21112039
- name: download docker images with retry
21122040
uses: Wandalen/wretry.action@master
@@ -2191,8 +2119,6 @@ jobs:
21912119
uses: actions/setup-python@v5
21922120
with:
21932121
python-version: ${{ matrix.python }}
2194-
cache: "pip"
2195-
cache-dependency-path: "tests/public-api/requirements/ci.txt"
21962122
- name: expose github runtime for buildx
21972123
uses: crazy-max/ghaction-github-runtime@v3
21982124
# FIXME: Workaround for https://github.com/actions/download-artifact/issues/249
@@ -2254,8 +2180,6 @@ jobs:
22542180
uses: actions/setup-python@v5
22552181
with:
22562182
python-version: ${{ matrix.python }}
2257-
cache: "pip"
2258-
cache-dependency-path: "tests/swarm-deploy/requirements/ci.txt"
22592183
- name: expose github runtime for buildx
22602184
uses: crazy-max/ghaction-github-runtime@v3
22612185
# FIXME: Workaround for https://github.com/actions/download-artifact/issues/249
@@ -2323,8 +2247,6 @@ jobs:
23232247
uses: actions/setup-python@v5
23242248
with:
23252249
python-version: ${{ matrix.python }}
2326-
cache: "pip"
2327-
cache-dependency-path: "tests/e2e/requirements/requirements.txt"
23282250
- uses: actions/[email protected]
23292251
with:
23302252
node-version: ${{ matrix.node }}
@@ -2408,8 +2330,6 @@ jobs:
24082330
uses: actions/setup-python@v5
24092331
with:
24102332
python-version: ${{ matrix.python }}
2411-
cache: "pip"
2412-
cache-dependency-path: "tests/e2e-playwright/requirements/dev.txt"
24132333
- name: install uv
24142334
uses: yezz123/setup-uv@v3
24152335
- uses: actions/cache@v4
@@ -2474,8 +2394,6 @@ jobs:
24742394
uses: actions/setup-python@v5
24752395
with:
24762396
python-version: ${{ matrix.python }}
2477-
cache: "pip"
2478-
cache-dependency-path: "tests/environment-setup/requirements/ci.txt"
24792397
- name: install uv
24802398
uses: yezz123/setup-uv@v3
24812399
- uses: actions/cache@v4

0 commit comments

Comments
 (0)