Skip to content

Commit

Permalink
Pin Python to 3.11 to work around zui/2882 (#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Nov 7, 2023
1 parent 4186053 commit d29e674
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/setup-zui/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ 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 d29e674

Please sign in to comment.