Skip to content

Commit f8b158f

Browse files
authored
Merge pull request #582 from benjeffery/update-circle
Update circleci image
2 parents 5ad5ca8 + 801d8b9 commit f8b158f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/python:3.7-stretch
5+
- image: cimg/python:3.7
66
steps:
77
- checkout
88

@@ -12,8 +12,9 @@ jobs:
1212
- run:
1313
name: Install dependencies and set PATH
1414
command: |
15+
sudo apt-get update
1516
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
1718
# set path persistently https://circleci.com/docs/2.0/env-vars/#setting-path
1819
echo 'export PATH=/home/circleci/.local/bin:$PATH' >> $BASH_ENV
1920

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: check-case-conflict
99
- id: check-yaml
1010
- repo: https://github.com/benjeffery/pre-commit-clang-format
11-
rev: master
11+
rev: '1.0'
1212
hooks:
1313
- id: clang-format
1414
exclude: avl

0 commit comments

Comments
 (0)