diff --git a/.ci/macos/build.sh b/.ci/macos/build.sh
index ea6da16d4dd0ec3be04a7c34a09f7c35848242f3..5e69b09c603bd018ffc16070b28a4343959fb13a 100755
--- a/.ci/macos/build.sh
+++ b/.ci/macos/build.sh
@@ -8,6 +8,7 @@ set -ue
 # Add Qt binaries to path
 QT_BASEPATH=(${HOME}/Qt/6.*/macos/)
 PATH="${QT_BASEPATH}/bin/:${PATH}"
+pipx ensurepath
 export PATH
 
 CMAKE_PREFIX_PATH="${QT_BASEPATH}/lib/cmake"
diff --git a/.ci/macos/notarize.sh b/.ci/macos/notarize.sh
index b0c05154efe8f879da4f183a5d5dfc959d61c01a..9b2bfde8971a4368495b8bc302f5f6c91581a2a0 100755
--- a/.ci/macos/notarize.sh
+++ b/.ci/macos/notarize.sh
@@ -7,6 +7,7 @@ set -u
 
 # Add Qt binaries to path
 export QTPATH=(${PATH}/Qt/6.*/macos/bin)
+pipx ensurepath
 export PATH=${QTPATH}:${PATH}
 
 security unlock-keychain -p "${RUNNER_USER_PW}" login.keychain