mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 09:43:49 +00:00
fix: disable uv
Seems to cause an issue with dependency resolution when installation dev dependencies Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
2
.github/helper/install.sh
vendored
2
.github/helper/install.sh
vendored
@@ -4,6 +4,8 @@ set -e
|
||||
|
||||
cd ~ || exit
|
||||
|
||||
export BENCH_DISABLE_UV=1
|
||||
|
||||
sudo apt update && sudo apt install redis-server libcups2-dev
|
||||
|
||||
pip install frappe-bench
|
||||
|
||||
Reference in New Issue
Block a user