We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60311f4 commit ece9a39Copy full SHA for ece9a39
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-python@v5
16
with:
17
- python-version: "3.12"
+ python-version: "3.11"
18
cache: "pip"
19
- name: Install dependencies
20
run: |
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
- uses: actions/download-artifact@v4
43
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
- name: Install pandoc&graphviz
64
run: sudo apt-get install pandoc graphviz
0 commit comments