Skip to content

Commit

Permalink
GHA: Skip brew update (#1178)
Browse files Browse the repository at this point in the history
We don't need to upgrade all installed packages.
  • Loading branch information
dweindl authored Nov 16, 2023
1 parent d55c522 commit f944d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pip install tox
# Update package lists
if [ "$(uname)" == "Darwin" ]; then
# MacOS
brew update
:
else
# Linux
sudo apt-get update
Expand Down

0 comments on commit f944d3c

Please sign in to comment.