mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2026-02-16 22:38:00 +00:00
build: pin to setuptools==81.0.0 for now
Some checks failed
Verify ckan-devstaller runs CKAN-only install successfully / Run ckan-devstaller with a CKAN-only install (push) Has been cancelled
Some checks failed
Verify ckan-devstaller runs CKAN-only install successfully / Run ckan-devstaller with a CKAN-only install (push) Has been cancelled
As per https://github.com/ckan/ckan/issues/9246.
This commit is contained in:
parent
5cdaf50c38
commit
3ae695ee0b
1 changed files with 1 additions and 0 deletions
|
|
@ -241,6 +241,7 @@ rm -rf README ckan-compose ahoy dpp_default_config.ini get-docker.sh permissions
|
|||
)
|
||||
.run()?;
|
||||
sh.change_dir("/usr/lib/ckan/default/src/ckan");
|
||||
venv.pip_install("setuptools==81.0.0")?;
|
||||
cmd!(sh, "ckan generate config /etc/ckan/default/ckan.ini").run()?;
|
||||
cmd!(
|
||||
sh,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue