Skip to content

Commit 1471314

Browse files
author
Diego Ardila
committed
curl
1 parent 738b9b5 commit 1471314

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
- run:
1515
name: Install Environment Dependencies
1616
command: | # install dependencies
17-
wget http://security.ubuntu.com/ubuntu/pool/main/a/apt/apt_1.0.1ubuntu2.17_amd64.deb -O apt.deb
18-
su dpkg -i apt.deb
19-
su apt-get install curl
17+
sudo apt-get install curl
2018
pip install --upgrade pip
2119
pip install poetry
2220
poetry install

0 commit comments

Comments
 (0)