Skip to content

Commit

Permalink
delete trailing "&&"
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Nov 29, 2020
1 parent 8c14378 commit 1148528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install:
- python -m pip install --upgrade PySide2 pytest pytest-cov pytest-runner
- IF "%CLONE_PYTHONNET%"=="true" (
python -m pip install pycparser &&
python -m pip install git+https://github.com/pythonnet/pythonnet.git &&
python -m pip install git+https://github.com/pythonnet/pythonnet.git
)
- python -m pip list
- python -c "from PySide2.QtWidgets import QApplication; QApplication([])"
Expand Down

0 comments on commit 1148528

Please sign in to comment.