Show More
@@ -7,11 +7,11 b' jobs:' | |||||
7 | runs-on: ubuntu-latest |
|
7 | runs-on: ubuntu-latest | |
8 |
|
8 | |||
9 | steps: |
|
9 | steps: | |
10 |
- uses: actions/checkout@v |
|
10 | - uses: actions/checkout@v3 | |
11 |
- name: Set up Python |
|
11 | - name: Set up Python | |
12 |
uses: actions/setup-python@v |
|
12 | uses: actions/setup-python@v4 | |
13 | with: |
|
13 | with: | |
14 |
python-version: 3. |
|
14 | python-version: 3.x | |
15 | - name: Install Graphviz |
|
15 | - name: Install Graphviz | |
16 | run: | |
|
16 | run: | | |
17 | sudo apt-get update |
|
17 | sudo apt-get update |
General Comments 0
You need to be logged in to leave comments.
Login now