Change pip to pip3

This commit is contained in:
Joseph Donofry 2020-12-08 17:18:22 -05:00
parent 3bab88abb7
commit 0436ca080b
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ build-macos:
before_script: before_script:
- brew update - brew update
- brew bundle --file=./.ci/macos/Brewfile - brew bundle --file=./.ci/macos/Brewfile
- pip install dmgbuild - pip3 install dmgbuild
script: script:
- export PATH=/usr/local/opt/qt/bin/:${PATH} - export PATH=/usr/local/opt/qt/bin/:${PATH}
- export CMAKE_PREFIX_PATH=/usr/local/opt/qt5 - export CMAKE_PREFIX_PATH=/usr/local/opt/qt5