This commit is contained in:
parent
4e9a87eb29
commit
1ffd42dec0
1 changed files with 1 additions and 4 deletions
|
@ -16,10 +16,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.12
|
python-version: '3.12'
|
||||||
check-latest: true
|
|
||||||
update-environment: true
|
|
||||||
allow-prereleases: false
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue