Skip to content

Commit

Permalink
Lock python version to 3.11.4 as 3.11.5 introduces a change that brea… (
Browse files Browse the repository at this point in the history
#3380)

3.11.5 introduces a change that breaks unpickling of save files that
leads to #3379. This PR introduces a short term fix by locking the
python version used in the build until the root cause can be found and
fixed.
  • Loading branch information
zhexu14 committed Apr 17, 2024
1 parent 4c5d968 commit 55c77ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-liberation-python/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.11"
python-version: "3.11.4"
cache: pip

- name: Install environment
Expand Down

0 comments on commit 55c77ed

Please sign in to comment.