1
0
Fork 0

fix(build): move python builds to larger runners

This commit is contained in:
Sean Sube 2023-07-12 18:13:07 -05:00
parent 865b25e6d7
commit 00fc584c99
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ stages:
.build-python:
extends:
- .build-base
tags:
- platform:k8s
- runner:large
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
interruptible: true