Limiting the number of parallel builds for python CI

Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
Fabian Sauter 2022-07-27 12:19:34 +02:00
parent 7ad254e07a
commit 731b74610d
2 changed files with 6 additions and 1 deletions

View file

@ -20,7 +20,9 @@ jobs:
- name: Install Python Requirements
run: pip3 install --user -r python/test/requirements-dev.txt
- name: Python Build
run: pip3 install --user .
env:
KOMPUTE_PYTHON_NUM_PARALLEL_THREADS: 2
run: pip3 install --user . -v
- name: Python run Tests
run: |
export VK_ICD_FILENAMES=/swiftshader/vk_swiftshader_icd.json