Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ function install_from_sources() {
# See https://bugs.launchpad.net/lxml/+bug/2110068
set -x
uv sync --all-packages --group dev --group docs --group docs-gen \
--group leveldb ${extra_sync_flags} --no-binary-package lxml --no-binary-packag xmlsec
--group leveldb ${extra_sync_flags} --no-binary-package lxml --no-binary-package xmlsec
set +x
fi
fi
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ function install_from_sources() {
# See https://bugs.launchpad.net/lxml/+bug/2110068
set -x
uv sync --all-packages --group dev --group docs --group docs-gen \
--group leveldb ${extra_sync_flags} --no-binary-package lxml --no-binary-packag xmlsec
--group leveldb ${extra_sync_flags} --no-binary-package lxml --no-binary-package xmlsec
set +x
fi
fi
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/install_airflow_when_building_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function install_from_sources() {
# See https://bugs.launchpad.net/lxml/+bug/2110068
set -x
uv sync --all-packages --group dev --group docs --group docs-gen \
--group leveldb ${extra_sync_flags} --no-binary-package lxml --no-binary-packag xmlsec
--group leveldb ${extra_sync_flags} --no-binary-package lxml --no-binary-package xmlsec
set +x
fi
fi
Expand Down
Loading