fix setup python
Infrastructure / Check infrastructure definitions (pull_request) Failing after 10s
Details
Infrastructure / Check infrastructure definitions (pull_request) Failing after 10s
Details
This commit is contained in:
parent
c918e5761c
commit
6e29e43ac0
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.11"
|
||||
python-version: ">=3.11"
|
||||
|
||||
- name: Install dependencies
|
||||
run: -|
|
||||
|
|
Loading…
Reference in New Issue