Skip to content

Commit e9d1ebd

Browse files
authored
Merge pull request #76 from febus982/Run-github-pages-flow-using-python-3.11
Run github pages flow using python 3.11 because of issue #71
2 parents e493f03 + 2b55f33 commit e9d1ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v3
2929

30-
- name: Set up Python 3.12
30+
- name: Set up Python 3.11
3131
uses: actions/setup-python@v4
3232
with:
33-
python-version: "3.12"
33+
python-version: "3.11"
3434

3535
- name: Install dependencies
3636
run: |

0 commit comments

Comments
 (0)