Skip to content

Commit

Permalink
package using python 3.11
Browse files Browse the repository at this point in the history
related to #2157
  • Loading branch information
kif committed May 6, 2024
1 parent 60311f4 commit ece9a39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"
cache: "pip"
- name: Install dependencies
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"
cache: "pip"
- uses: actions/download-artifact@v4
with:
Expand All @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"
cache: "pip"
- name: Install pandoc&graphviz
run: sudo apt-get install pandoc graphviz
Expand Down

0 comments on commit ece9a39

Please sign in to comment.