Skip to content

Commit baea808

Browse files
committed
macos: fix install of ds-store
1 parent 414534b commit baea808

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/lib/macos-dependencies.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ main() {
22
install_qt
33
install_cmake
44
install_ecm
5-
pipx install ds_store==1.1.2
5+
python -m venv .venv
6+
. .venv/bin/activate
7+
python -m pip install ds_store==1.1.2
68
}

0 commit comments

Comments
 (0)