8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7ff98 commit 2068ff2Copy full SHA for 2068ff2
appveyor.yml
@@ -57,7 +57,7 @@ test_script:
57
58
# Skip joblib tests that require multiprocessing as they are prone to random
59
# slow down
60
- - "python -c \"import nose; nose.main()\" -s --with-noseexclude --exclude-test-file=%PROJECT_DIR%/continuous_integration/exclude_joblib_mp.txt sklearn"
+ - "python -c \"import nose; nose.main()\" -s --with-noseexclude --exclude-test-file=../continuous_integration/exclude_joblib_mp.txt sklearn"
61
62
# Move back to the project folder
63
- "cd .."
0 commit comments