Skip to content

Commit

Permalink
more venv
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Jun 18, 2024
1 parent d5a8583 commit 488476e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebuild/linux-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ phases:
commands:
- add-apt-repository ppa:ubuntu-toolchain-r/test
- apt-get update -y
- apt-get install gcc-7 cmake ninja-build python3 python3-pip -y
- apt-get install gcc-7 cmake ninja-build python3 python3-pip python3-venv -y
pre_build:
commands:
- export CC=gcc-7
Expand Down

0 comments on commit 488476e

Please sign in to comment.