Skip to content

Commit 35d82e6

Browse files
committed
Continue pinning Tunix dependency for nightly builds
1 parent 1c6f5a2 commit 35d82e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ if [[ "$MODE" == "nightly" ]]; then
146146
# Remove/update this section based on the pinned github repo commit in requirements.txt
147147
sed -i -E \
148148
-e 's|^mlperf-logging @ https?://github.com/mlcommons/logging/archive/.*\.zip$|mlperf-logging@git+https://github.com/mlperf/logging.git|' \
149-
-e 's|^([^ ]*) @ https?://github.com/([^/]*\/[^/]*)/archive/.*\.zip$|\1@git+https://github.com/\2.git|' \
149+
-e '/^tunix/!s|^([^ ]*) @ https?://github.com/([^/]*\/[^/]*)/archive/.*\.zip$|\1@git+https://github.com/\2.git|' \
150150
requirements.txt.nightly-temp
151151

152152
echo "--- Installing modified nightly requirements: ---"

0 commit comments

Comments
 (0)