mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Do not use setup-python action on containres
This commit is contained in:
parent
054296f0c3
commit
49e1d82270
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test-action-linux.yml
vendored
6
.github/workflows/test-action-linux.yml
vendored
|
@ -131,9 +131,9 @@ jobs:
|
|||
SALT_TRANSPORT: ${{ matrix.transport }}
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
# - uses: actions/setup-python@v5
|
||||
# with:
|
||||
# python-version: '3.10'
|
||||
|
||||
- name: Check python
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue