Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 13, 2018
1 parent de4b859 commit b1c18c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -23,7 +23,7 @@ install:
- "%PYTHON%\\Scripts\\pip install pyquickhelper --no-deps"
- "%PYTHON%\\Scripts\\pip install wcwidth backcall"
- "%PYTHON%\\Scripts\\pymy_install3 scikit-learn scipy"
- "%PYTHON%\\Scripts\\pip install -r requirements"
- "%PYTHON%\\Scripts\\pip install -r requirements.txt"
- "set PATH=%PATH%;C:\\projects\\jyquickhelper\\build\\update_modules\\Graphviz\\bin"
build: off

Expand Down

0 comments on commit b1c18c0

Please sign in to comment.