Skip to content

Commit 407f793

Browse files
authored
Merge pull request #1205 from exasol/develop
Changelog: - #1177 splitted up the pandas tests for memory leak (#1192) - #1164 Updated cuda packages to be compatible with cuda-drivers 12.9 (#1194) - #1196: Updated slc submodule containing fix for wrong directory ref (#1197) - #1193: Updating open jdk version on top of 9.6.0 (#1195) - #896: Added Python 3.12 template flavor (#1201) - #1198: Migrated to latest SLC-CI-SETUP 3.3.2 and PTB 1.7.4 (#1203) - #1202: Updated Sqlglot and prepared release (#1204)
2 parents 9c09135 + 2567c25 commit 407f793

File tree

58 files changed

+725
-504
lines changed

Some content is hidden

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

58 files changed

+725
-504
lines changed

.current_gitmodules

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/check_package_diffs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
submodules: 'recursive'
1717

1818
- name: Setup Python & Poetry Environment
19-
uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0
19+
uses: exasol/python-toolbox/.github/actions/python-environment@1.7.4
2020
with:
2121
python-version: "3.10"
2222
poetry-version: '2.1.2'

.github/workflows/check_rollback_7.1.30_script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
submodules: 'recursive'
3333

3434
- name: Setup Python & Poetry Environment
35-
uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0
35+
uses: exasol/python-toolbox/.github/actions/python-environment@1.7.4
3636
with:
3737
python-version: "3.10"
3838
poetry-version: '2.1.2'

.github/workflows/check_version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
submodules: 'recursive'
1616

1717
- name: Setup Python & Poetry Environment
18-
uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0
18+
uses: exasol/python-toolbox/.github/actions/python-environment@1.7.4
1919
with:
2020
python-version: "3.10"
2121
poetry-version: '2.1.2'

.github/workflows/push_docker_test_container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
submodules: 'recursive'
1818
- name: Setup Python & Poetry Environment
19-
uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0
19+
uses: exasol/python-toolbox/.github/actions/python-environment@1.7.4
2020
with:
2121
python-version: "3.10"
2222
poetry-version: '2.1.2'

.github/workflows/slc_cd.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/slc_cd_self_check.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/slc_ci.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/slc_ci_build_slc.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/slc_ci_check_for_build.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)