Skip to content
Open
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
5 changes: 2 additions & 3 deletions actions/update-constraints/generate_constraints.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ if [ "$(uname)" != "Linux" ]; then
exit 1
fi

# If we run from tox, ignore the index url
unset PIP_EXTRA_INDEX_URL

# Read list of requirements files from the config file
REQUIREMENTS_FILES=$(grep -v '^#' requirements-files.in | tr '\n' ' ')

CONSTRAINTS_FILE=constraints-dev.txt

export UV_INDEX_STRATEGY=unsafe-best-match

# shellcheck disable=SC2086
uv pip compile -U \
--no-header \
Expand Down
Loading