added apt update
Some checks are pending
Test Django / Test migration (push) Has started running

This commit is contained in:
Jochen Mehlich 2023-12-20 18:12:50 +01:00
parent 4082cb90c0
commit d0802e577d

View File

@ -12,6 +12,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python 3.11
run: |
apt update -y
apt install -yqq python3 python3-docs python3-pip
- name: Install Dependencies
run: |