CI: try more fixes
Django CI/CD / test (push) Failing after 11s Details
Django CI/CD / build-and-push (push) Has been skipped Details

This commit is contained in:
Lukáš Kucharczyk 2023-11-12 20:04:51 +01:00
parent 81bc11e9f5
commit 8dc05d6e7d
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10.0
python-version: '3.10'
- name: Install Poetry
run: |
python -m pip install poetry