We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c20bb commit b20d6a0Copy full SHA for b20d6a0
1 file changed
.circleci/config.yml
@@ -9,10 +9,10 @@ parameters:
9
executors:
10
focal:
11
docker:
12
- - image: aotuai/brainframe-cli-env-20.04:7d3e7d
+ - image: aotuai/brainframe-cli-env-20.04:4bbabb5--no-cache
13
bionic:
14
15
- - image: aotuai/brainframe-cli-env-18.04:7d3e7d
+ - image: aotuai/brainframe-cli-env-18.04:4bbabb5--no-cache
16
17
18
workflows:
@@ -123,10 +123,6 @@ jobs:
123
type: executor
124
executor: << parameters.os >>
125
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
130
- install-poetry
131
- checkout
132
- run:
0 commit comments