@@ -19,25 +19,24 @@ jobs:
19
19
python-version : " 3.8"
20
20
runs-on : ${{ matrix.os }}
21
21
steps :
22
- - uses : actions/checkout@v4
23
- - name : Set up Python ${{ matrix.python-version }}
24
- uses : actions/setup-python@v5
25
- with :
26
- python-version : ${{ matrix.python-version }}
27
- - name : Setup Graphviz
28
- uses : ts-graphviz/setup-graphviz@v2
29
- - name : Install dependencies
30
- run : |
31
- python -m pip install --upgrade pip
32
- pip install .
33
- - name : Create Examples
34
- run : PYTHONPATH=$(pwd)/src/wireviz:$PYTHONPATH cd src/wireviz/ && python build_examples.py
35
- - name : Upload examples, demos, and tutorials
36
- uses : actions/upload-artifact@v4
37
- with :
38
- name : examples-and-tutorials-v${{ matrix.python-version }}
39
- path : |
40
- examples/
41
- tutorial/
42
- if-no-files-found : error
43
-
22
+ - uses : actions/checkout@v4
23
+ - name : Set up Python ${{ matrix.python-version }}
24
+ uses : actions/setup-python@v5
25
+ with :
26
+ python-version : ${{ matrix.python-version }}
27
+ - name : Setup Graphviz
28
+ uses : ts-graphviz/setup-graphviz@v2
29
+ - name : Install dependencies
30
+ run : |
31
+ python -m pip install --upgrade pip
32
+ pip install .
33
+ - name : Create Examples
34
+ run : PYTHONPATH=$(pwd)/src/wireviz:$PYTHONPATH cd src/wireviz/tools/ && python build_examples.py
35
+ - name : Upload examples, demos, and tutorials
36
+ uses : actions/upload-artifact@v4
37
+ with :
38
+ name : examples-and-tutorials-v${{ matrix.python-version }}
39
+ path : |
40
+ examples/
41
+ tutorial/
42
+ if-no-files-found : error
0 commit comments