summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-27 16:16:24 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-27 16:16:24 +0200
commit10fc14b23d82ea8d18b55c624d5515ea38677056 (patch)
treecb480bcb272c4014e8c5449ef78b88ac62b3e0f1 /.appveyor.yml
parent80dc3b26a91280f9da8b9630d983499846d42ea6 (diff)
use requirements file for appveyor
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