Skip to content

Commit 143e98f

Browse files
authored
Merge pull request #490 from s22s/fix/build-docs-circle
Fix failing doc build on Circle CI
2 parents 16b9bfc + 6084686 commit 143e98f

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: pip3 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)