Skip to content

Commit

Permalink
Need brotlipy installed to avoid urllib3 error!
Browse files Browse the repository at this point in the history
  • Loading branch information
stoiveroberts committed Dec 3, 2022
1 parent 46ac18b commit c0ee068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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 matplotlib dill future gitpython utm backports.zoneinfo pymetis mpi4py msmpi Pmw
- 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
# setup for mingw compiler
- conda install -c conda-forge libpython m2w64-toolchain
# there was a bug with distutil not picking mingw comiler for anuga
Expand Down

0 comments on commit c0ee068

Please sign in to comment.