Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27cfc23

Browse files
authored
Merge pull request #28352 from QuLogic/cf-compiler
Add compilers to conda environment
2 parents f730235 + 4ba3d18 commit 27cfc23

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ install:
6363
test_script:
6464
# Now build the thing..
6565
- set LINK=/LIBPATH:%cd%\lib
66-
- pip install -v --no-build-isolation --config-settings=setup-args="--vsenv" --editable .[dev]
66+
- pip install -v --no-build-isolation --editable .[dev]
6767
# this should show no freetype dll...
6868
- set "DUMPBIN=%VS140COMNTOOLS%\..\..\VC\bin\dumpbin.exe"
6969
- '"%DUMPBIN%" /DEPENDENTS lib\matplotlib\ft2font*.pyd | findstr freetype.*.dll && exit /b 1 || exit /b 0'

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ channels:
1111
dependencies:
1212
# runtime dependencies
1313
- cairocffi
14+
- c-compiler
15+
- cxx-compiler
1416
- contourpy>=1.0.1
1517
- cycler>=0.10.0
1618
- fonttools>=4.22.0

0 commit comments

Comments
 (0)