force isntall newer django version on ubuntu build ci
This commit is contained in:
parent
79e19ecd47
commit
96514e67c4
1 changed files with 4 additions and 1 deletions
5
.github/workflows/debian.yml
vendored
5
.github/workflows/debian.yml
vendored
|
@ -23,7 +23,9 @@ jobs:
|
||||||
sudo apt-get install -y \
|
sudo apt-get install -y \
|
||||||
python3 python3-dev python3-pip python3-venv python3-all \
|
python3 python3-dev python3-pip python3-venv python3-all \
|
||||||
dh-python debhelper devscripts dput software-properties-common \
|
dh-python debhelper devscripts dput software-properties-common \
|
||||||
python3-distutils python3-setuptools python3-wheel python3-stdeb
|
python3-distutils python3-setuptools python3-wheel python3-stdeb \
|
||||||
|
sudo python3 -m pip install --upgrade \
|
||||||
|
pip wheel setuptools django==3.1.8 stdeb
|
||||||
|
|
||||||
- name: Build Debian/Apt sdist_dsc
|
- name: Build Debian/Apt sdist_dsc
|
||||||
run: |
|
run: |
|
||||||
|
@ -38,6 +40,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd deb_dist/
|
cd deb_dist/
|
||||||
sudo apt-get install ./archivebox*.deb
|
sudo apt-get install ./archivebox*.deb
|
||||||
|
# sudo python3 -m pip install --upgrade --ignore-installed .
|
||||||
|
|
||||||
- name: Check ArchiveBox version
|
- name: Check ArchiveBox version
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue