Skip to content

Commit 38eef4b

Browse files
Merge branch 'master' into is8102/fix-filename-pattern-matching
2 parents 60374bd + 9b3fc23 commit 38eef4b

File tree

51 files changed

+640
-263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+640
-263
lines changed

.env-devel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ DYNAMIC_SCHEDULER_UI_STORAGE_SECRET=adminadmin
144144

145145
FUNCTION_SERVICES_AUTHORS='{"UN": {"name": "Unknown", "email": "[email protected]", "affiliation": "unknown"}}'
146146

147+
WEBSERVER_CHATBOT={}
147148
WEBSERVER_LICENSES={}
148149
WEBSERVER_FOGBUGZ={}
149150
LICENSES_ITIS_VIP_SYNCER_ENABLED=false

.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)