We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414534b commit baea808Copy full SHA for baea808
ci/lib/macos-dependencies.sh
@@ -2,5 +2,7 @@ main() {
2
install_qt
3
install_cmake
4
install_ecm
5
- pipx install ds_store==1.1.2
+ python -m venv .venv
6
+ . .venv/bin/activate
7
+ python -m pip install ds_store==1.1.2
8
}
0 commit comments