We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1471314 commit 0b98e1aCopy full SHA for 0b98e1a
1 file changed
.circleci/config.yml
@@ -14,7 +14,7 @@ jobs:
14
- run:
15
name: Install Environment Dependencies
16
command: | # install dependencies
17
- sudo apt-get install curl
+ apt-get -y install curl
18
pip install --upgrade pip
19
pip install poetry
20
poetry install
0 commit comments