We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bd245 commit d9f78acCopy full SHA for d9f78ac
1 file changed
.circleci/config.yml
@@ -39,7 +39,7 @@ jobs:
39
- checkout
40
- run:
41
name: Install debian packages
42
- command: apt-get update -q && apt-get install -q -y cmake build-essential openjdk-8-jre-headless ksh zsh
+ command: apt-get update -q && apt-get install -q -y cmake build-essential openjdk-8-jre-headless ksh zsh python-is-python3
43
- run: test/test.sh
44
- run: test/test_source_env.sh
45
0 commit comments