Skip to content

Commit

Permalink
Fix system-tests build: requires python3.12-venv (#8095)
Browse files Browse the repository at this point in the history
  • Loading branch information
smola authored Dec 16, 2024
1 parent 59a70e1 commit 721af2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.continue.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,12 @@ commands:
git fetch origin << parameters.systemTestsCommit >>
git reset --hard FETCH_HEAD

- run:
name: Install dependencies
command: |
sudo apt-get update
sudo apt-get install -y python3.12-venv

jobs:
build:
<<: *defaults
Expand Down

0 comments on commit 721af2f

Please sign in to comment.