Temporarily downgrade python-version

reason: https://github.com/codemagic-ci-cd/cli-tools/issues/293
This commit is contained in:
Nathan Mattes 2022-12-20 14:59:46 +01:00 committed by GitHub
parent 2bb86f79a4
commit 0f28f9aedd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Install codemagic-cli-tools
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
- run: |
pip3 install codemagic-cli-tools
- run: |