@@ -295,7 +295,7 @@ jobs:
295295 - uses : actions/checkout@v4
296296 with :
297297 fetch-depth : 0
298- - uses : ./.github/actions/common-setup-action.yml
298+ - uses : .. /.github/actions/common-setup-action.yml
299299 with :
300300 python-version : ${{ matrix.python }}
301301 requirements-path : " **/web/server/requirements/ci.txt"
@@ -332,7 +332,7 @@ jobs:
332332 - uses : actions/checkout@v4
333333 with :
334334 fetch-depth : 0
335- - uses : ./.github/actions/common-setup-action.yml
335+ - uses : .. /.github/actions/common-setup-action.yml
336336 with :
337337 python-version : ${{ matrix.python }}
338338 requirements-path : " **/web/server/requirements/ci.txt"
@@ -364,7 +364,7 @@ jobs:
364364 - uses : actions/checkout@v4
365365 with :
366366 fetch-depth : 0
367- - uses : ./.github/actions/common-setup-action.yml
367+ - uses : .. /.github/actions/common-setup-action.yml
368368 with :
369369 python-version : ${{ matrix.python }}
370370 requirements-path : " **/web/server/requirements/ci.txt"
@@ -396,7 +396,7 @@ jobs:
396396 - uses : actions/checkout@v4
397397 with :
398398 fetch-depth : 0
399- - uses : ./.github/actions/common-setup-action.yml
399+ - uses : .. /.github/actions/common-setup-action.yml
400400 with :
401401 python-version : ${{ matrix.python }}
402402 requirements-path : " **/web/server/requirements/ci.txt"
@@ -427,7 +427,7 @@ jobs:
427427 - uses : actions/checkout@v4
428428 with :
429429 fetch-depth : 0
430- - uses : ./.github/actions/common-setup-action.yml
430+ - uses : .. /.github/actions/common-setup-action.yml
431431 with :
432432 python-version : ${{ matrix.python }}
433433 requirements-path : " **/storage/requirements/ci.txt"
@@ -461,7 +461,7 @@ jobs:
461461 - uses : actions/checkout@v4
462462 with :
463463 fetch-depth : 0
464- - uses : ./.github/actions/common-setup-action.yml
464+ - uses : .. /.github/actions/common-setup-action.yml
465465 with :
466466 python-version : ${{ matrix.python }}
467467 requirements-path : " **/agent/requirements/ci.txt"
@@ -496,7 +496,7 @@ jobs:
496496 - uses : actions/checkout@v4
497497 with :
498498 fetch-depth : 0
499- - uses : ./.github/actions/common-setup-action.yml
499+ - uses : .. /.github/actions/common-setup-action.yml
500500 with :
501501 python-version : ${{ matrix.python }}
502502 requirements-path : " **/notifications/requirements/ci.txt"
@@ -529,7 +529,7 @@ jobs:
529529 - uses : actions/checkout@v4
530530 with :
531531 fetch-depth : 0
532- - uses : ./.github/actions/common-setup-action.yml
532+ - uses : .. /.github/actions/common-setup-action.yml
533533 with :
534534 python-version : ${{ matrix.python }}
535535 requirements-path : " **/api/tests/requirements.txt"
@@ -560,7 +560,7 @@ jobs:
560560 - uses : actions/checkout@v4
561561 with :
562562 fetch-depth : 0
563- - uses : ./.github/actions/common-setup-action.yml
563+ - uses : .. /.github/actions/common-setup-action.yml
564564 with :
565565 python-version : ${{ matrix.python }}
566566 requirements-path : " **/api-server/requirements/ci.txt"
@@ -597,7 +597,7 @@ jobs:
597597 - uses : actions/checkout@v4
598598 with :
599599 fetch-depth : 0
600- - uses : ./.github/actions/common-setup-action.yml
600+ - uses : .. /.github/actions/common-setup-action.yml
601601 with :
602602 python-version : ${{ matrix.python }}
603603 requirements-path : " **/autoscaling/requirements/ci.txt"
@@ -631,7 +631,7 @@ jobs:
631631 - uses : actions/checkout@v4
632632 with :
633633 fetch-depth : 0
634- - uses : ./.github/actions/common-setup-action.yml
634+ - uses : .. /.github/actions/common-setup-action.yml
635635 with :
636636 python-version : ${{ matrix.python }}
637637 requirements-path : " **/catalog/requirements/ci.txt"
@@ -671,7 +671,7 @@ jobs:
671671 - uses : actions/checkout@v4
672672 with :
673673 fetch-depth : 0
674- - uses : ./.github/actions/common-setup-action.yml
674+ - uses : .. /.github/actions/common-setup-action.yml
675675 with :
676676 python-version : ${{ matrix.python }}
677677 requirements-path : " **/clusters-keeper/requirements/ci.txt"
@@ -716,7 +716,7 @@ jobs:
716716 - uses : actions/checkout@v4
717717 with :
718718 fetch-depth : 0
719- - uses : ./.github/actions/common-setup-action.yml
719+ - uses : .. /.github/actions/common-setup-action.yml
720720 with :
721721 python-version : ${{ matrix.python }}
722722 requirements-path : " **/datcore-adapter/requirements/ci.txt"
@@ -756,7 +756,7 @@ jobs:
756756 - uses : actions/checkout@v4
757757 with :
758758 fetch-depth : 0
759- - uses : ./.github/actions/common-setup-action.yml
759+ - uses : .. /.github/actions/common-setup-action.yml
760760 with :
761761 python-version : ${{ matrix.python }}
762762 requirements-path : " **/director/requirements/ci.txt"
@@ -796,7 +796,7 @@ jobs:
796796 - uses : actions/checkout@v4
797797 with :
798798 fetch-depth : 0
799- - uses : ./.github/actions/common-setup-action.yml
799+ - uses : .. /.github/actions/common-setup-action.yml
800800 with :
801801 python-version : ${{ matrix.python }}
802802 requirements-path : " **/director-v2/requirements/ci.txt"
@@ -836,7 +836,7 @@ jobs:
836836 - uses : actions/checkout@v4
837837 with :
838838 fetch-depth : 0
839- - uses : ./.github/actions/common-setup-action.yml
839+ - uses : .. /.github/actions/common-setup-action.yml
840840 with :
841841 python-version : ${{ matrix.python }}
842842 requirements-path : " **/aws-library/requirements/ci.txt"
@@ -870,7 +870,7 @@ jobs:
870870 - uses : actions/checkout@v4
871871 with :
872872 fetch-depth : 0
873- - uses : ./.github/actions/common-setup-action.yml
873+ - uses : .. /.github/actions/common-setup-action.yml
874874 with :
875875 python-version : ${{ matrix.python }}
876876 requirements-path : " **/dask-task-models-library/requirements/ci.txt"
@@ -904,7 +904,7 @@ jobs:
904904 - uses : actions/checkout@v4
905905 with :
906906 fetch-depth : 0
907- - uses : ./.github/actions/common-setup-action.yml
907+ - uses : .. /.github/actions/common-setup-action.yml
908908 with :
909909 python-version : ${{ matrix.python }}
910910 requirements-path : " **/dask-sidecar/requirements/ci.txt"
@@ -938,7 +938,7 @@ jobs:
938938 - uses : actions/checkout@v4
939939 with :
940940 fetch-depth : 0
941- - uses : ./.github/actions/common-setup-action.yml
941+ - uses : .. /.github/actions/common-setup-action.yml
942942 with :
943943 python-version : ${{ matrix.python }}
944944 requirements-path : " **/payments/requirements/ci.txt"
@@ -972,7 +972,7 @@ jobs:
972972 - uses : actions/checkout@v4
973973 with :
974974 fetch-depth : 0
975- - uses : ./.github/actions/common-setup-action.yml
975+ - uses : .. /.github/actions/common-setup-action.yml
976976 with :
977977 python-version : ${{ matrix.python }}
978978 requirements-path : " **/dynamic-scheduler/requirements/ci.txt"
@@ -1006,7 +1006,7 @@ jobs:
10061006 - uses : actions/checkout@v4
10071007 with :
10081008 fetch-depth : 0
1009- - uses : ./.github/actions/common-setup-action.yml
1009+ - uses : .. /.github/actions/common-setup-action.yml
10101010 with :
10111011 python-version : ${{ matrix.python }}
10121012 requirements-path : " **/resource-usage-tracker/requirements/ci.txt"
@@ -1050,7 +1050,7 @@ jobs:
10501050 - uses : actions/checkout@v4
10511051 with :
10521052 fetch-depth : 0
1053- - uses : ./.github/actions/common-setup-action.yml
1053+ - uses : .. /.github/actions/common-setup-action.yml
10541054 with :
10551055 python-version : ${{ matrix.python }}
10561056 requirements-path : " **/dynamic-sidecar/requirements/ci.txt"
@@ -1084,7 +1084,7 @@ jobs:
10841084 - uses : actions/checkout@v4
10851085 with :
10861086 fetch-depth : 0
1087- - uses : ./.github/actions/common-setup-action.yml
1087+ - uses : .. /.github/actions/common-setup-action.yml
10881088 with :
10891089 python-version : ${{ matrix.python }}
10901090 requirements-path : " **/efs-guardian/requirements/ci.txt"
@@ -1129,7 +1129,7 @@ jobs:
11291129 - uses : actions/checkout@v4
11301130 with :
11311131 fetch-depth : 0
1132- - uses : ./.github/actions/common-setup-action.yml
1132+ - uses : .. /.github/actions/common-setup-action.yml
11331133 with :
11341134 python-version : ${{ matrix.python }}
11351135 requirements-path : " **/ci/helpers/requirements.txt"
@@ -1154,7 +1154,7 @@ jobs:
11541154 - uses : actions/checkout@v4
11551155 with :
11561156 fetch-depth : 0
1157- - uses : ./.github/actions/common-setup-action.yml
1157+ - uses : .. /.github/actions/common-setup-action.yml
11581158 with :
11591159 python-version : ${{ matrix.python }}
11601160 requirements-path : " **/postgres-database/requirements/ci.txt"
@@ -1188,7 +1188,7 @@ jobs:
11881188 - uses : actions/checkout@v4
11891189 with :
11901190 fetch-depth : 0
1191- - uses : ./.github/actions/common-setup-action.yml
1191+ - uses : .. /.github/actions/common-setup-action.yml
11921192 with :
11931193 python-version : ${{ matrix.python }}
11941194 requirements-path : " **/notifications-library/requirements/ci.txt"
@@ -1222,7 +1222,7 @@ jobs:
12221222 - uses : actions/checkout@v4
12231223 with :
12241224 fetch-depth : 0
1225- - uses : ./.github/actions/common-setup-action.yml
1225+ - uses : .. /.github/actions/common-setup-action.yml
12261226 with :
12271227 python-version : ${{ matrix.python }}
12281228 requirements-path : " **/service-integration/requirements/ci.txt"
@@ -1256,7 +1256,7 @@ jobs:
12561256 - uses : actions/checkout@v4
12571257 with :
12581258 fetch-depth : 0
1259- - uses : ./.github/actions/common-setup-action.yml
1259+ - uses : .. /.github/actions/common-setup-action.yml
12601260 with :
12611261 python-version : ${{ matrix.python }}
12621262 requirements-path : " **/service-library/requirements/ci*.txt"
@@ -1290,7 +1290,7 @@ jobs:
12901290 - uses : actions/checkout@v4
12911291 with :
12921292 fetch-depth : 0
1293- - uses : ./.github/actions/common-setup-action.yml
1293+ - uses : .. /.github/actions/common-setup-action.yml
12941294 with :
12951295 python-version : ${{ matrix.python }}
12961296 requirements-path : " **/settings-library/requirements/ci.txt"
@@ -1324,7 +1324,7 @@ jobs:
13241324 - uses : actions/checkout@v4
13251325 with :
13261326 fetch-depth : 0
1327- - uses : ./.github/actions/common-setup-action.yml
1327+ - uses : .. /.github/actions/common-setup-action.yml
13281328 with :
13291329 python-version : ${{ matrix.python }}
13301330 requirements-path : " **/models-library/requirements/ci.txt"
@@ -1358,7 +1358,7 @@ jobs:
13581358 - uses : actions/checkout@v4
13591359 with :
13601360 fetch-depth : 0
1361- - uses : ./.github/actions/common-setup-action.yml
1361+ - uses : .. /.github/actions/common-setup-action.yml
13621362 with :
13631363 python-version : ${{ matrix.python }}
13641364 requirements-path : " **/common-library/requirements/ci.txt"
@@ -1391,7 +1391,7 @@ jobs:
13911391 - uses : actions/checkout@v4
13921392 with :
13931393 fetch-depth : 0
1394- - uses : ./.github/actions/common-setup-action.yml
1394+ - uses : .. /.github/actions/common-setup-action.yml
13951395 with :
13961396 python-version : ${{ matrix.python }}
13971397 requirements-path : " **/notifications-library/requirements/ci.txt"
@@ -1425,7 +1425,7 @@ jobs:
14251425 - uses : actions/checkout@v4
14261426 with :
14271427 fetch-depth : 0
1428- - uses : ./.github/actions/common-setup-action.yml
1428+ - uses : .. /.github/actions/common-setup-action.yml
14291429 with :
14301430 python-version : ${{ matrix.python }}
14311431 requirements-path : " **/simcore-sdk/requirements/ci.txt"
0 commit comments