Setup python

This commit is contained in:
Daniel A. Wozniak 2024-10-29 17:44:45 -07:00 committed by Daniel Wozniak
parent 83c90d933e
commit 811551a91c

View file

@ -126,6 +126,9 @@ jobs:
SALT_TRANSPORT: ${{ matrix.transport }}
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: "Throttle Builds"
shell: bash