Skip to content

Commit d5a6f12

Browse files
authored
Merge pull request #32 from elixir-europe-training/fix-python
Update render_page.yml
2 parents 67cfcd8 + 64ee126 commit d5a6f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/render_page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.x
18+
python-version: 3.10.10
1919
- run: |
2020
pip install -r requirements.txt
2121
mkdocs gh-deploy --force

0 commit comments

Comments
 (0)