diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 45d17e50..6167306c 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -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