Skip to content

Commit

Permalink
Increase resource class
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Apr 19, 2024
1 parent 417a6f2 commit dc2884a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ docs: &docs
- checkout
- restore_cache:
keys:
- cache-v1-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}-{{ checksum "Makefile" }}
- cache-v1-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
- run:
name: install dependencies
command: |
Expand All @@ -139,8 +139,8 @@ docs: &docs
- .tox
- ~/.cache/pip
- ~/.local
- /var/lib/dpkg/info
key: cache-v1-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}-{{ checksum "Makefile" }}
key: cache-v1-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
resource_class: xlarge

jobs:
docs:
Expand Down

0 comments on commit dc2884a

Please sign in to comment.