Skip to content

Commit

Permalink
Appveyor: Try offical mingw instead of msys2/fff
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Nov 13, 2018
1 parent 0b79096 commit 61fba8f
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 @@ -14,7 +14,7 @@ install:
- conda update -q conda
- conda info -a
- "conda create -c conda-forge -n test-environment python=%PYTHON_VERSION% numpy scipy pytest scikit-learn librosa keras"
- conda install -n test-environment -c msys2 m2w64-toolchain
- conda install -n test-environment mingw
- activate test-environment
- pip install pytest-cov
- pip install -r requirements.txt
Expand Down

0 comments on commit 61fba8f

Please sign in to comment.