Update build_documentation.yml

This commit is contained in:
Kevo 2022-02-26 11:35:45 +01:00 committed by GitHub
parent 87a9e1578e
commit 349d5fc305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ['^3.10']
steps:
- uses: actions/checkout@v2