Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5a2e9cd

Browse files
committed
MNT: move back to 'cd tools' hack
1 parentd68ba1e commit5a2e9cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎tools/wheels/cibw_test_command.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ set -xe
44

55
PROJECT_DIR="$1"
66

7-
export PYTHONSAFEPATH=1
7+
if [-d tools ];then
8+
cd tools
9+
fi
810

911
python -m pip install threadpoolctl
1012
python -c"import numpy; numpy.show_config()"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp