Skip to content

Commit f1272e9

Browse files
committed
ci: Remove old dev extra from AppVeyor install
This extra was moved to dependency groups in matplotlib#29281.
1 parent ec9a0ea commit f1272e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 --editable .[dev]
66+
- pip install -v --no-build-isolation --editable .
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'

0 commit comments

Comments
 (0)