From 46ac18bb9a2154575df6896eff5d5fdfc109dc23 Mon Sep 17 00:00:00 2001 From: Stephen Roberts Date: Sat, 3 Dec 2022 13:00:21 +1030 Subject: [PATCH] small change to appveyor CI script --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5127e9ede..b41f4af5a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,11 +20,11 @@ build_script: - CMD: SET - conda config --set always_yes yes - conda update conda - - conda install -c conda-forge python=3.8 numpy gdal pytest meshpy cython scipy netcdf4=1.5.6 matplotlib dill future gitpython utm backports.zoneinfo pymetis brotlipy mpi4py msmpi Pmw + - conda install -c conda-forge python=3.8 numpy gdal pytest meshpy cython scipy netcdf4 matplotlib dill future gitpython utm backports.zoneinfo pymetis mpi4py msmpi Pmw # setup for mingw compiler - conda install -c conda-forge libpython m2w64-toolchain # there was a bug with distutil not picking mingw comiler for anuga - - cp windows_setup.cfg setup.cfg + #- cp windows_setup.cfg setup.cfg # install locally so that the pytest will work - pip install -e .