Skip to content
Snippets Groups Projects
Commit a128d7ff authored by Alexander Martinez's avatar Alexander Martinez
Browse files

change python version for build process

parent 38c16e37
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: 3.9 python-version: '3.12'
- run: pip install -r requirements.txt - run: pip install -r requirements.txt
- run: mkdocs gh-deploy --config-file mkdocs.yml --force - run: mkdocs gh-deploy --config-file mkdocs.yml --force
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment