Add validation of python package downloaded for Mac during CI build

This commit is contained in:
Miguel Jacq 2025-02-14 11:31:01 +11:00
parent 8665567861
commit cef9daff22
No known key found for this signature in database
GPG key ID: 59B3F0C24135C6A9

View file

@ -123,6 +123,7 @@ jobs:
- name: Install Python 3.12.8 (universal2)
run: |
curl -L https://www.python.org/ftp/python/3.12.8/python-3.12.8-macos11.pkg --output ~/Downloads/python.pkg
echo "c411b5372d563532f5e6b589af7eb16e95613d61bd5af7bfe78563467130bbfa ~/Downloads/python.pkg" | shasum -a 256 --check
sudo installer -pkg ~/Downloads/python.pkg -target /
- name: Install poetry