Skip to content

Commit b20d6a0

Browse files
committed
circleci: update to aotuai/brainframe-cli-env-20.04:4bbabb5
1 parent 67c20bb commit b20d6a0

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ parameters:
99
executors:
1010
focal:
1111
docker:
12-
- image: aotuai/brainframe-cli-env-20.04:7d3e7d
12+
- image: aotuai/brainframe-cli-env-20.04:4bbabb5--no-cache
1313
bionic:
1414
docker:
15-
- image: aotuai/brainframe-cli-env-18.04:7d3e7d
15+
- image: aotuai/brainframe-cli-env-18.04:4bbabb5--no-cache
1616

1717

1818
workflows:
@@ -123,10 +123,6 @@ jobs:
123123
type: executor
124124
executor: << parameters.os >>
125125
steps:
126-
- run: apt-get update
127-
- run: apt-get install -y software-properties-common dpkg-dev devscripts equivs python3-pip
128-
- run: add-apt-repository -y ppa:jyrki-pulliainen/dh-virtualenv
129-
- run: apt-get install -y dh-virtualenv
130126
- install-poetry
131127
- checkout
132128
- run:

0 commit comments

Comments
 (0)