Skip to content

Commit

Permalink
Change python version in github pages deployment to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Agustín Castro committed Jan 29, 2024
1 parent 7c376f2 commit af3b384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.8"
- name: Setup a user for the commits
run: |
git config user.name ci-bot
Expand Down

0 comments on commit af3b384

Please sign in to comment.