ci(docs): try to fix the python version

This commit is contained in:
Gabor Kiss-Vamosi
2023-04-27 19:54:05 +02:00
committed by GitHub
parent d32909c266
commit 5fc2b03ac4

View File

@@ -19,9 +19,9 @@ jobs:
persist-credentials: false
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'
- name: Cache Python packages
uses: actions/cache@v2
with: