changed python version for cicd
Some checks failed
Test Django / Test migration (push) Failing after 3s

Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2023-12-19 19:32:56 +01:00
parent 418b25e45d
commit 21ca2fd429

View File

@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11
- name: Install Dependencies
run: |
python3 -m pip install --upgrade pip