Skip to content

Commit

Permalink
fix(build): move python builds to larger runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jul 12, 2023
1 parent 865b25e commit 00fc584
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00fc584

Please sign in to comment.