Parallelize matrix runs

This commit is contained in:
Martin Rieder 2024-07-14 22:21:04 +02:00 committed by GitHub
parent c54835a0b4
commit 9420b1a9ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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