File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
jobs :
3
3
build :
4
4
docker :
5
- - image : circleci /python:3.7-stretch
5
+ - image : cimg /python:3.7
6
6
steps :
7
7
- checkout
8
8
12
12
- run :
13
13
name : Install dependencies and set PATH
14
14
command : |
15
+ sudo apt-get update
15
16
sudo apt-get install libgsl-dev libcap-dev libnuma-dev libcunit1-dev \
16
- libconfig-dev ninja-build valgrind clang
17
+ libconfig-dev ninja-build valgrind clang python3-pip
17
18
# set path persistently https://circleci.com/docs/2.0/env-vars/#setting-path
18
19
echo 'export PATH=/home/circleci/.local/bin:$PATH' >> $BASH_ENV
19
20
Original file line number Diff line number Diff line change 8
8
- id : check-case-conflict
9
9
- id : check-yaml
10
10
- repo : https://github.com/benjeffery/pre-commit-clang-format
11
- rev : master
11
+ rev : ' 1.0 '
12
12
hooks :
13
13
- id : clang-format
14
14
exclude : avl
You can’t perform that action at this time.
0 commit comments