another try
Build Debian Packages / build (bullseye, debian11) (push) Failing after 14m57s
Build Debian Packages / build (bookworm, debian12) (push) Failing after 16m58s
Build Debian Packages / build (trixie, debian13) (push) Failing after 17m12s

This commit is contained in:
2026-03-27 12:00:23 +01:00
parent 9bf6eaf485
commit e8b458b83e
+2 -2
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
apt-get -y install libcairo2-dev gir1.2-gtksource-3.0 apt-get -y install libcairo2-dev gir1.2-gtksource-3.0
apt-get -y install python3-dev python3-scipy python3-lmfit python3-matplotlib python3-tables python3-xdg python3-setuptools apt-get -y install python3-dev python3-scipy python3-lmfit python3-matplotlib python3-tables python3-xdg python3-setuptools python3-sphinx-rtd-theme
apt-get -y install debhelper dh-sequence-python3 lsb-release sphinx-common sphinx-rtd-theme-common pybuild-plugin-pyproject python3-sphinxcontrib.bibtex apt-get -y install debhelper dh-sequence-python3 lsb-release sphinx-common pybuild-plugin-pyproject python3-sphinxcontrib.bibtex
DEBRELEASE=$(lsb_release -cs) DEBRELEASE=$(lsb_release -cs)
case $DEBRELEASE in case $DEBRELEASE in
"trixie") "trixie")