Skip to content

Commit

Permalink
ci: fix transient MSYS2 failures
Browse files Browse the repository at this point in the history
Make sure Python is updated to >=3.11 (fix msys2/MINGW-packages#17415).
  • Loading branch information
benoit-pierre authored and willwray committed Apr 22, 2024
1 parent 7b63206 commit 3ccab8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sanity_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
pkgconf:p
python-certifi:p
python-pip:p
# Make sure Python is updated to >=3.11 (fix https://github.com/msys2/MINGW-packages/issues/17415).
update: true

- name: Install packages
shell: msys2 {0}
Expand Down

0 comments on commit 3ccab8c

Please sign in to comment.