removed python-docs package
All checks were successful
Test Django / Test migration (push) Successful in 46s

This commit is contained in:
Jochen Mehlich 2023-12-20 18:15:38 +01:00
parent 9502d63613
commit 292ee77e47

View File

@ -13,7 +13,7 @@ jobs:
- name: Set up Python 3.11
run: |
apt update -y
apt install -yqq python3 python3-docs python3-pip
apt install -yqq python3 python3-pip
- name: Install Dependencies
run: |
python3 -m pip install --upgrade pip