Skip to content

Commit 6084686

Browse files
committed
Bump up Circle CI doc build resource
Signed-off-by: Jason T. Brown <[email protected]>
1 parent 254473b commit 6084686

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ orbs:
4646
steps:
4747
- run:
4848
name: Install requirements
49-
command: pip install --progress-bar=off --user -r pyrasterframes/src/main/python/requirements.txt
49+
command: python -m pip install --progress-bar=off --user -r pyrasterframes/src/main/python/requirements.txt
5050

5151
rasterframes:
5252
commands:
@@ -152,6 +152,7 @@ jobs:
152152

153153
docs:
154154
executor: sbt/default
155+
resource_class: large
155156
steps:
156157
- checkout
157158
- sbt/setup

0 commit comments

Comments
 (0)