File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626 - name : Install packaging dependencies
2727 run : |
28- sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu focal universe" >> /etc/apt/sources.list'
29- sudo bash -c 'echo "deb-src http://archive.ubuntu.com/ubuntu focal universe" >> /etc/apt/sources.list'
30- sudo apt update
3128 sudo apt 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
3229 # pip3 install --upgrade pip setuptools wheel stdeb
3330
4340 - name : Install archivebox from deb
4441 run : |
4542 cd deb_dist/
43+ sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu focal universe" >> /etc/apt/sources.list'
44+ sudo bash -c 'echo "deb-src http://archive.ubuntu.com/ubuntu focal universe" >> /etc/apt/sources.list'
45+ sudo apt update
4646 sudo apt install python3-dateparser
4747 sudo apt install python3-mypy-extensions
4848 sudo apt install ripgrep
You can’t perform that action at this time.
0 commit comments