Skip to content

Commit

Permalink
back to skipping osgeo in appveyor unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
stoiveroberts committed Jan 14, 2023
1 parent 962b2b7 commit f2ae2d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion anuga/parallel/tests/run_parallel_sw_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def topography(x, y):
# Evolve system through time
#---------------------------
for t in domain.evolve(yieldstep=0.25, finaltime=1.0):
if myid == 0 and verbose: domain.write_time()
if myid == 0 and verbose: domain.print_timestepping_statistics()

#-------------------------------------
# Wrap up parallel matters if required
Expand Down
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ build_script:
- CMD: SET
- conda config --set always_yes yes
- conda update conda
- conda install -c conda-forge python=3.9 numpy gdal pytest meshpy cython scipy netcdf4 matplotlib dill future gitpython utm pymetis mpi4py msmpi Pmw
# test python and gdal
- conda install -c conda-forge python=3.8 brotlipy numpy gdal pytest meshpy cython scipy netcdf4 matplotlib dill future gitpython utm backports.zoneinfo pymetis mpi4py msmpi Pmw
# test python
- python --version
- python -c "import osgeo"
# setup for mingw compiler
- conda install -c conda-forge libpython m2w64-toolchain
# there seems to be a bug with distutil by not picking the mingw comiler for anuga
Expand Down

0 comments on commit f2ae2d1

Please sign in to comment.