Skip to content

Commit b5d49a4

Browse files
committed
fixup! Use pipx instead of python -m pip
1 parent 613851b commit b5d49a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/lib/macos-dependencies.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
main() {
2-
setup_python_cmd
32
install_qt
43
install_cmake
54
install_ecm
6-
pip3 install ds_store==1.1.2
5+
pipx install ds_store==1.1.2
76
}

0 commit comments

Comments
 (0)