This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch codespaces in repository https://gitbox.apache.org/repos/asf/superset.git
commit 4ff2a85b11857f149ca2b2dbb6ee571b921fa6c1 Author: Maxime Beauchemin <[email protected]> AuthorDate: Mon Jul 28 17:01:57 2025 -0700 gh --- .devcontainer/setup-dev.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/setup-dev.sh b/.devcontainer/setup-dev.sh index 6b1aa214c3..f852118900 100755 --- a/.devcontainer/setup-dev.sh +++ b/.devcontainer/setup-dev.sh @@ -10,7 +10,8 @@ sudo apt-get install -y \ libsasl2-dev \ libldap2-dev \ libpq-dev \ - tmux + tmux \ + gh # Install uv for fast Python package management echo "📦 Installing uv..."
