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 254473b commit 6084686Copy full SHA for 6084686
.circleci/config.yml
@@ -46,7 +46,7 @@ orbs:
46
steps:
47
- run:
48
name: Install requirements
49
- command: pip install --progress-bar=off --user -r pyrasterframes/src/main/python/requirements.txt
+ command: python -m pip install --progress-bar=off --user -r pyrasterframes/src/main/python/requirements.txt
50
51
rasterframes:
52
commands:
@@ -152,6 +152,7 @@ jobs:
152
153
docs:
154
executor: sbt/default
155
+ resource_class: large
156
157
- checkout
158
- sbt/setup
0 commit comments