mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
check python binary
This commit is contained in:
parent
5c732df550
commit
40b1a4b66f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test-action-linux-gh.yml
vendored
5
.github/workflows/test-action-linux-gh.yml
vendored
|
@ -130,6 +130,11 @@ jobs:
|
|||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
- name: Check python
|
||||
run: |
|
||||
which python3
|
||||
|
||||
|
||||
- name: "Throttle Builds"
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue