mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
use system python instead of github actions python
This commit is contained in:
parent
988aa9b572
commit
aee219eb91
1 changed files with 6 additions and 6 deletions
12
.github/workflows/debian.yml
vendored
12
.github/workflows/debian.yml
vendored
|
@ -17,16 +17,16 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Set up Python
|
# - name: Set up Python
|
||||||
uses: actions/setup-python@v1
|
# uses: actions/setup-python@v1
|
||||||
with:
|
# with:
|
||||||
python-version: 3.9
|
# python-version: 3.9
|
||||||
architecture: x64
|
# architecture: x64
|
||||||
|
|
||||||
- name: Install packaging dependencies
|
- name: Install packaging dependencies
|
||||||
run: |
|
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
|
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
|
- name: Build Debian/Apt sdist_dsc
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue