Parallelize matrix runs
This commit is contained in:
parent
c54835a0b4
commit
9420b1a9ec
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
max-parallel: 4
|
||||
max-parallel: 6
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
@ -21,7 +21,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools
|
||||
pip install .
|
||||
- name: Create Examples
|
||||
run: PYTHONPATH=$(pwd)/src/wireviz:$PYTHONPATH cd src/wireviz/ && python build_examples.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user