From 4ab7b5ee85ab0cbe1abf583de7065799e8acce8b Mon Sep 17 00:00:00 2001 From: Noah Treuhaft Date: Mon, 8 Jan 2024 16:42:57 -0500 Subject: [PATCH] Revert "Pin Python to 3.11 to work around zui/2882 (#2883)" (#2957) This reverts commit d29e6744b1cac6733dd47973c79843058d165bbb. Reason for revert: #2956 removed the node-pipe dependency so this workaround for #2882 is no longer necessary. --- .github/actions/setup-zui/action.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/actions/setup-zui/action.yml b/.github/actions/setup-zui/action.yml index 6f4e9a626c..99f4bcd69e 100644 --- a/.github/actions/setup-zui/action.yml +++ b/.github/actions/setup-zui/action.yml @@ -14,13 +14,6 @@ runs: cache: yarn node-version-file: .node-version - # Python version is pinned to something <3.12 to work around: - # https://github.com/brimdata/zui/issues/2882 - - name: Install Python - uses: actions/setup-python@v4 - with: - python-version: '3.11' - - name: Cache NextJS Artifacts uses: jongwooo/next-cache@v1