Change pip to pip3

pull/357/head
Joseph Donofry 4 years ago
parent 3bab88abb7
commit 0436ca080b
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 2
      .gitlab-ci.yml

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

Loading…
Cancel
Save