Skip to content

Commit 65940da

Browse files
committed
Adding resource classes
1 parent 842482b commit 65940da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ executors:
44
python-container:
55
docker:
66
- image: cimg/python:3.12
7+
resource_class: small
78
python-vm:
89
machine:
910
image: ubuntu-2204:current
11+
resource_class: medium
1012

1113
workflows:
1214
ci:

0 commit comments

Comments
 (0)