|
@@ -21,8 +21,8 @@ jobs: |
|
|
python: ["3.7", "3.8", "3.9", "3.10", "3.11"] |
|
|
python: ["3.7", "3.8", "3.9", "3.10", "3.11"] |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
- uses: actions/setup-python@v3 |
|
|
|
|
|
|
|
|
- uses: actions/checkout@v3 |
|
|
|
|
|
- uses: actions/setup-python@v4 |
|
|
with: |
|
|
with: |
|
|
python-version: ${{ matrix.python }} |
|
|
python-version: ${{ matrix.python }} |
|
|
- name: Setup Graphviz |
|
|
- name: Setup Graphviz |
|
|