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