changed python installation
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:41:18 +01:00
parent 10eb012f48
commit 885ae191a3

View File

@ -12,7 +12,8 @@ jobs:
with:
token: ${{ secrets.TOKEN}}
- name: Set up Python 3.11
uses: actions/setup-python@v2
run: |
apt install -yqq python3 python3-docs python3-pip
with:
python-version: 3.11
- name: Install Dependencies