From 10fc14b23d82ea8d18b55c624d5515ea38677056 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Wed, 27 May 2020 16:16:24 +0200 Subject: use requirements file for appveyor --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.appveyor.yml') 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 -- cgit v1.2.3