From aee219eb91f478509922d93a498a9696f9642e93 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 11 Dec 2020 19:23:10 +0200 Subject: [PATCH] use system python instead of github actions python --- .github/workflows/debian.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 04e17287..553711e1 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -17,16 +17,16 @@ jobs: submodules: true fetch-depth: 1 - - name: Set up Python - uses: actions/setup-python@v1 - with: - python-version: 3.9 - architecture: x64 + # - name: Set up Python + # uses: actions/setup-python@v1 + # with: + # python-version: 3.9 + # architecture: x64 - name: Install packaging dependencies run: | 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 - pip3 install --upgrade pip setuptools wheel stdeb + # pip3 install --upgrade pip setuptools wheel stdeb - name: Build Debian/Apt sdist_dsc run: |