Skip to content

Commit c54eeab

Browse files
committed
fix typo
1 parent 827eba1 commit c54eeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ build_script:
9898
- set "SYMENGINE_PY_ADD_PATH_TO_SEARCH_DIRS=1"
9999
- echo %PATH%
100100
- set "CMAKE_ARGS="
101-
- python install -e . --no-build-isolation -Ccmake.build-type=%BUILD_TYPE% -vv
101+
- python -m pip install -e . --no-build-isolation -Ccmake.build-type=%BUILD_TYPE% -vv
102102

103103
test_script:
104104
- mkdir empty && cd empty

0 commit comments

Comments
 (0)