CI: fix Python version
Django CI/CD / test (push) Failing after 6s Details
Django CI/CD / build-and-push (push) Has been skipped Details

This commit is contained in:
Lukáš Kucharczyk 2023-11-12 19:59:12 +01:00
parent a2e65f361c
commit 744412ed57
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Set up Python 3.10 - name: Set up Python 3.10
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.10 python-version: 3.10.0
- name: Install Poetry - name: Install Poetry
run: | run: |
python -m pip install poetry python -m pip install poetry