-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run apt update #33
Comments
I'm wondering if skipping the update would help - otherwise they may have to update the base image to bullseye - since as of 19 days ago it's the new stable and buster is the "oldstable" which seems to be what those messages are about. |
Update: Yeah, if you skip the update it seems to be working okay. Build link: https://github.com/apache/trafficcontrol/pull/6158/checks?check_run_id=3495291877 So instead of with:
docs-folder: docs/
pre-build-command: apt update --yes && apt install --yes git build-essential pandoc just with:
docs-folder: docs/
pre-build-command: apt install --yes git build-essential pandoc should work. |
Work-around for failing update. Lacks `latexmk` otherwise. See ammaraskar/sphinx-action#33 (comment)
Just tried this - this only moves the error down to the I think we should update to a newer Debian base image to fix. |
Work-around for failing update. Lacks `latexmk` otherwise. See ammaraskar/sphinx-action#33 (comment)
Work-around for failing update. Lacks `latexmk` otherwise. See ammaraskar/sphinx-action#33 (comment)
Work-around for failing update. Lacks `latexmk` otherwise. See - ammaraskar/sphinx-action#33 (comment) - ammaraskar/sphinx-action#21
* Snowmass: Restart & SM Day Restart news & Snowmass Day. * Fix Build (Buster now oldstable) Work-around for failing update. Lacks `latexmk` otherwise. See - ammaraskar/sphinx-action#33 (comment) - ammaraskar/sphinx-action#21
Might be specific to latexmk, then, because I'm using it successfully to install |
* Add license header to README * Add planned output files to .gitignore * Add Makefile for t3c docs * Add Makefile usage to README * Add T3C docs to documentation builds * Add .gitignore for built t3c docs * Add new dependency to docs build systems * Try a workaround for ammaraskar/sphinx-action#33 * Fix pkg build for docs * fix missing argument definition
* Add test for docs build * Install nbsphinx with pip * Revert "Install nbsphinx with pip" This reverts commit 527a731. * Add pandoc to requirements-dev * Install pypandoc As per: https://sphinx-gallery.github.io/stable/configuration.html#using-pypandoc-to-convert-rst-to-markdown * install pandoc with apt-get * Update docs workflow * fix ref * Fix workflow as per: ammaraskar/sphinx-action#33 * alphabetize requirements-dev.txt
Trying to install additional packages, running
apt update --yes
fails with an error (presumably something to do with the new debian release?)Config:
Log:
Link to a build:
https://github.com/cta-observatory/ctapipe/pull/1774/checks?check_run_id=3424315763
The text was updated successfully, but these errors were encountered: