mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-04 05:10:06 +06:00
Added resource class configuration option for check_circleci_user
job (#32866)
Added resource class configuration option for check_circleci_user job.
This commit is contained in:
parent
94af1c0aa2
commit
02a492a838
@ -13,6 +13,7 @@ jobs:
|
|||||||
check_circleci_user:
|
check_circleci_user:
|
||||||
docker:
|
docker:
|
||||||
- image: python:3.10-slim
|
- image: python:3.10-slim
|
||||||
|
resource_class: small
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
steps:
|
steps:
|
||||||
- run: echo $CIRCLE_PROJECT_USERNAME
|
- run: echo $CIRCLE_PROJECT_USERNAME
|
||||||
|
Loading…
Reference in New Issue
Block a user