Skip to content

Commit

Permalink
ci: remove python from installed packages as it is installed by defau…
Browse files Browse the repository at this point in the history
…lt on the machine

Signed-off-by: Adrian Suciu <[email protected]>
  • Loading branch information
adisuciu committed Oct 10, 2023
1 parent a01250e commit 3cf2e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/macOS/install_macos_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SPDLOG_BRANCH=v1.x
PYTHON="python3"
QT_FORMULAE=qt@5

PACKAGES=" ${QT_FORMULAE} volk spdlog boost pkg-config cmake fftw bison gettext autoconf automake libtool libzip glib libusb glog $PYTHON"
PACKAGES=" ${QT_FORMULAE} volk spdlog boost pkg-config cmake fftw bison gettext autoconf automake libtool libzip glib libusb glog "
PACKAGES="$PACKAGES doxygen wget gnu-sed libmatio dylibbundler libxml2 ghr libserialport libsndfile"

STAGING_AREA=$PWD/staging
Expand Down

0 comments on commit 3cf2e63

Please sign in to comment.