1
0
Fork 0
mirror of synced 2024-06-02 18:44:59 +12:00

use docker action for setting up python

This commit is contained in:
Nick Sweeting 2020-11-28 05:59:53 -05:00
parent 5ca0212a12
commit 7dfbff9e80

View file

@ -15,10 +15,16 @@ jobs:
submodules: true
fetch-depth: 1
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.9
architecture: x64
- name: Build Debian/Apt package
run: |
sudo apt install -y debhelper dh-python python3-all
pip install --upgrade pip setuptools wheel stdeb
sudo apt install -y debhelper dh-python
pip3 install --upgrade pip setuptools wheel stdeb
./bin/build_deb.sh
- name: Install archivebox from deb