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 1fc50b9 commit 39299d5Copy full SHA for 39299d5
.circleci/config.yml
@@ -17,6 +17,7 @@ jobs:
17
- run:
18
name: Install Environment Dependencies
19
command: | # install dependencies
20
+ apt-get update
21
apt-get -y install curl libgeos-dev
22
pip install --upgrade pip
23
pip install poetry
0 commit comments