mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add back setup python step
This commit is contained in:
parent
8d45948830
commit
f33713bf96
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test-packages-action.yml
vendored
8
.github/workflows/test-packages-action.yml
vendored
|
@ -104,10 +104,10 @@ jobs:
|
|||
cd artifacts
|
||||
tar xvf ${{ inputs.package-name }}-${{ inputs.salt-version }}-onedir-${{ matrix.platform }}-${{ matrix.arch }}.tar.xz
|
||||
|
||||
#- name: Set up Python ${{ inputs.python-version }}
|
||||
# uses: actions/setup-python@v5
|
||||
# with:
|
||||
# python-version: "${{ inputs.python-version }}"
|
||||
- name: Set up Python ${{ inputs.python-version }}
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "${{ inputs.python-version }}"
|
||||
|
||||
- name: Install Nox
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue