Skip to content

Commit

Permalink
Revert "Pin Python to 3.11 to work around zui/2882 (#2883)" (#2957)
Browse files Browse the repository at this point in the history
This reverts commit d29e674.

Reason for revert: #2956 removed the node-pipe dependency so this
workaround for #2882 is no longer necessary.
  • Loading branch information
nwt authored Jan 8, 2024
1 parent 697f467 commit 4ab7b5e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/setup-zui/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4ab7b5e

Please sign in to comment.