remove python version from .yml
Some checks failed
Pipeline main branch / test (push) Failing after 5s
Some checks failed
Pipeline main branch / test (push) Failing after 5s
This commit is contained in:
parent
13c51edd26
commit
3cffd619ed
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ jobs:
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
# with:
|
||||||
python-version: '3.12.9'
|
# python-version: '3.12.9'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue