Update .github/workflows/build_push.yml
Some checks failed
CI / Prepare job (push) Successful in 14s
CI / Build individual modules (push) Successful in 2m28s
CI / Publish repo (push) Failing after 39s

This commit is contained in:
AlmightyHak 2025-06-09 23:43:42 -05:00
parent 44fdb1266d
commit 7b3fbe3d3a

View file

@ -157,6 +157,7 @@ jobs:
uses: https://github.com/actions/setup-python@v5
with:
python-version: '3.10'
architecture: 'x64'
- name: Checkout main branch
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4