We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234c167 commit 506f97aCopy full SHA for 506f97a
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