We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827eba1 commit c54eeabCopy full SHA for c54eeab
appveyor.yml
@@ -98,7 +98,7 @@ build_script:
98
- set "SYMENGINE_PY_ADD_PATH_TO_SEARCH_DIRS=1"
99
- echo %PATH%
100
- set "CMAKE_ARGS="
101
-- python install -e . --no-build-isolation -Ccmake.build-type=%BUILD_TYPE% -vv
+- python -m pip install -e . --no-build-isolation -Ccmake.build-type=%BUILD_TYPE% -vv
102
103
test_script:
104
- mkdir empty && cd empty
0 commit comments