Skip to content

Commit bfa9de4

Browse files
committed
Test ci.
1 parent aa04d43 commit bfa9de4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/ci/check_validate.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ function summary_problems() {
157157

158158
function main() {
159159
check_paths_without_spaces
160+
python --version
161+
pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126
162+
python -c "import torch; print(torch.__version__)"
163+
exit
160164
prepare_torch_env
161165
check_validation_info=$(check_torch_validation)
162166
check_validation_code=$?

0 commit comments

Comments
 (0)