Skip to content

Commit 0683b44

Browse files
committed
Update GitHub workflow
1 parent a4581d0 commit 0683b44

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

.github/workflows/main.yml

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,24 @@ jobs:
1919
python-version: "3.8"
2020
runs-on: ${{ matrix.os }}
2121
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

Comments
 (0)