fix setup python
Infrastructure / Check infrastructure definitions (pull_request) Failing after 10s Details

This commit is contained in:
Gleb Koval 2023-08-29 00:04:15 +01:00
parent c918e5761c
commit 6e29e43ac0
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 1 deletions

View File

@ -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: -|