mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Setup python
This commit is contained in:
parent
83c90d933e
commit
811551a91c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test-action-linux-gh.yml
vendored
3
.github/workflows/test-action-linux-gh.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue