We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f93ae8 commit 03aa703Copy full SHA for 03aa703
appveyor.yml
@@ -73,7 +73,7 @@ install:
73
# compiled extensions and are not provided as pre-built wheel packages,
74
# pip will build them from source using the MSVC compiler matching the
75
# target Python version and architecture
76
- - "%CMD_IN_ENV% pip install tox"
+ - "%CMD_IN_ENV% pip install tox setuptools_scm"
77
78
build: false # Not a C# project, build stuff at the test step instead.
79
0 commit comments