From df2ba9cb2383578e23bf50efed1a2687ee23348d Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 28 Nov 2020 05:55:34 -0500 Subject: [PATCH] fix python deb setup --- .github/workflows/debian.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index c5e0209d..a186365f 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -15,15 +15,9 @@ 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-setuptools python3-all python3-wheel python3-stdeb + sudo apt install -y debhelper dh-python python3-all stdeb pip install --upgrade pip setuptools wheel stdeb ./bin/build_deb.sh