8000 Fix system-tests build: requires python3.12-venv (#8095) · DataDog/dd-trace-java@721af2f · GitHub
[go: up one dir, main page]

Skip to 8000 content

Commit 721af2f

Browse files
authored
Fix system-tests build: requires python3.12-venv (#8095)
1 parent 59a70e1 commit 721af2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.continue.yml.j2

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

276+
- run:
277+
name: Install dependencies
278+
command: |
279+
sudo apt-get update
280+
sudo apt-get install -y python3.12-venv
281+
276282
jobs:
277283
build:
278284
<<: *defaults

0 commit comments

Comments
 (0)
0