Skip to content

Commit 0b98e1a

Browse files
author
Diego Ardila
committed
curl
1 parent 1471314 commit 0b98e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run:
1515
name: Install Environment Dependencies
1616
command: | # install dependencies
17-
sudo apt-get install curl
17+
apt-get -y install curl
1818
pip install --upgrade pip
1919
pip install poetry
2020
poetry install

0 commit comments

Comments
 (0)