Skip to content

Commit 8efa84c

Browse files
- More testing changes.
1 parent c30e50a commit 8efa84c

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,20 @@ jobs:
5353
uses: actions/[email protected]
5454
with:
5555
cache: pip
56-
python-version: '3.11'
56+
python-version: '3.12'
5757

5858
- name: Install Poetry
5959
uses: snok/install-poetry@v1
60+
with:
61+
version: 1.8.3
62+
virtualenvs-create: true
63+
virtualenvs-in-project: false
64+
virtualenvs-path: ~/my-custom-path
65+
installer-parallel: true
6066

6167
- name: Build package
6268
run: |
6369
cicd/util/01-build-robot-lib.sh
64-
cicd/util/02-install-robot-lib.sh
6570
6671
- name: Upload python package artifact
6772
uses: actions/[email protected]
@@ -96,7 +101,7 @@ jobs:
96101

97102
with:
98103
cache: pip
99-
python-version: '3.11'
104+
python-version: '3.12'
100105

101106
- name: Cache Chocolatey packages
102107
id: cache-choco
@@ -260,7 +265,7 @@ jobs:
260265
uses: actions/[email protected]
261266
with:
262267
cache: pip
263-
python-version: '3.11'
268+
python-version: '3.12'
264269

265270
- name: Git Ref Parse
266271
id: git_ref_parse
@@ -480,7 +485,7 @@ jobs:
480485
uses: actions/[email protected]
481486
with:
482487
cache: pip
483-
python-version: '3.11'
488+
python-version: '3.12'
484489

485490
- name: Download python package dist folder
486491
uses: actions/[email protected]
@@ -686,7 +691,7 @@ jobs:
686691
uses: actions/[email protected]
687692
with:
688693
cache: pip
689-
python-version: '3.11'
694+
python-version: '3.12'
690695

691696
- name: Git Ref Parse
692697
id: git_ref_parse
@@ -1086,7 +1091,7 @@ jobs:
10861091
uses: actions/[email protected]
10871092
with:
10881093
cache: pip
1089-
python-version: '3.11'
1094+
python-version: '3.12'
10901095

10911096
- name: Git Ref Parse
10921097
id: git_ref_parse
@@ -1218,7 +1223,7 @@ jobs:
12181223
uses: actions/[email protected]
12191224
with:
12201225
cache: pip
1221-
python-version: '3.11'
1226+
python-version: '3.12'
12221227

12231228
- name: Set up Go 1.x
12241229
uses: actions/[email protected]
@@ -1617,7 +1622,7 @@ jobs:
16171622
uses: actions/[email protected]
16181623
with:
16191624
cache: pip
1620-
python-version: '3.11'
1625+
python-version: '3.12'
16211626

16221627
# for some reason skipping this with env.BUILD_IMAGE_REQUIRED == 'true' breaks python cleanup where it can't find pip cache
16231628
- name: Install Python dependencies

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ services:
4848
- ./test/assets/input:/opt/stackql/input:ro
4949
- ./test/tmp:/opt/test/tmp:rw
5050
- ./test/server:/opt/test/server:ro
51-
- ./test/python:/opt/test/python:ro
51+
- ./test/python:/opt/test/python:rw
5252
- ${DB_SETUP_SRC:-./test/db/sqlite}:/opt/stackql/db:ro
5353
- ${REGISTRY_SRC:-./test/registry-mocked}:/opt/stackql/registry:ro
5454
- ./cicd/vol/stackql/config:/opt/stackql/.stackql:rw

0 commit comments

Comments
 (0)