summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 34f42dea..d310ace9 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -48,8 +48,8 @@ install:
- python --version
- pip --version
- python -m pip install --upgrade pip
- - pip install -U setuptools numpy matplotlib scipy Cython pytest
- - pip install -U POT pybind11
+ - python -m pip install --user -r .github/build-requirements.txt
+ - python -m pip install --user -r .github/test-requirements.txt
build_script:
- mkdir build