8000 FIX appveyor.yml path · imaculate/scikit-learn@2068ff2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2068ff2

Browse files
committed
FIX appveyor.yml path
1 parent fe7ff98 commit 2068ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test_script:
5757

5858
# Skip joblib tests that require multiprocessing as they are prone to random
5959
# slow down
60-
- "python -c \"import nose; nose.main()\" -s --with-noseexclude --exclude-test-file=%PROJECT_DIR%/continuous_integration/exclude_joblib_mp.txt sklearn"
60+
- "python -c \"import nose; nose.main()\" -s --with-noseexclude --exclude-test-file=../continuous_integration/exclude_joblib_mp.txt sklearn"
6161

6262
# Move back to the project folder
6363
- "cd .."

0 commit comments

Comments
 (0)
0