1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-18 12:21:42 +02:00

fix wrapping error

This commit is contained in:
Nick Sweeting
2021-04-24 04:07:18 -04:00
parent 96514e67c4
commit e974b82db2

View File

@@ -23,9 +23,9 @@ jobs:
sudo apt-get install -y \
python3 python3-dev python3-pip python3-venv python3-all \
dh-python debhelper devscripts dput software-properties-common \
python3-distutils python3-setuptools python3-wheel python3-stdeb \
python3-distutils python3-setuptools python3-wheel python3-stdeb
sudo python3 -m pip install --upgrade \
pip wheel setuptools django==3.1.8 stdeb
pip wheel setuptools stdeb 'django==3.1.8'
- name: Build Debian/Apt sdist_dsc
run: |