trigger ci
Infrastructure / Check infrastructure definitions (pull_request) Successful in 3m3s Details

This commit is contained in:
Gleb Koval 2023-08-29 00:45:24 +01:00
parent 47c06b02f9
commit f9b321367b
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: |