Limiting the number of parallel builds for python CI
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
parent
7ad254e07a
commit
731b74610d
2 changed files with 6 additions and 1 deletions
4
.github/workflows/python_tests.yml
vendored
4
.github/workflows/python_tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue