python install fix
Some checks failed
Test Django / Test migration (push) Failing after 4s

Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2023-12-19 19:42:42 +01:00
parent 885ae191a3
commit d42f151e4d

View File

@ -14,8 +14,6 @@ jobs:
- name: Set up Python 3.11
run: |
apt install -yqq python3 python3-docs python3-pip
with:
python-version: 3.11
- name: Install Dependencies
run: |
python3 -m pip install --upgrade pip