Skip to content

Commit bb25608

Browse files
Merge branch 'is8496/use-prefork-pool-for-cpu-bound-celery-tasks' of github.com:giancarloromeo/osparc-simcore into is8496/use-prefork-pool-for-cpu-bound-celery-tasks
2 parents d0c0085 + 6908e7e commit bb25608

File tree

31 files changed

+100
-142
lines changed

31 files changed

+100
-142
lines changed

.github/actions/setup-simcore-env/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
uv-version:
1111
description: 'UV version to use'
1212
required: false
13-
default: '0.8.x'
13+
default: '0.9.x'
1414

1515
cache-dependency-glob:
1616
description: 'Glob pattern for cache dependency files'
@@ -52,7 +52,7 @@ runs:
5252
python-version: ${{ inputs.python-version }}
5353

5454
- name: Install UV
55-
uses: astral-sh/setup-uv@v6
55+
uses: astral-sh/setup-uv@v7
5656
with:
5757
version: ${{ inputs.uv-version }}
5858
enable-cache: false

.github/workflows/ci-pact-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: install uv
2929
uses: astral-sh/setup-uv@v7
3030
with:
31-
version: "0.6.x"
31+
version: "0.9.x"
3232
enable-cache: false
3333
- name: checkout source branch
3434
uses: actions/checkout@v5

0 commit comments

Comments
 (0)