Skip to content

Commit 9a67fc4

Browse files
committed
Fix system-tests build: requires python3.12-venv
1 parent 82cd3f5 commit 9a67fc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.continue.yml.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ commands:
273273
git fetch origin << parameters.systemTestsCommit >>
274274
git reset --hard FETCH_HEAD
275275

276+
- run:
277+
name: Install dependencies
278+
command: apt-get install -y python3.12-venv
279+
276280
jobs:
277281
build:
278282
<<: *defaults

0 commit comments

Comments
 (0)