mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Do not use setup-python action in container
This commit is contained in:
parent
f9e7dc3eb5
commit
6760437766
1 changed files with 0 additions and 5 deletions
5
.github/workflows/test-action-linux.yml
vendored
5
.github/workflows/test-action-linux.yml
vendored
|
@ -179,11 +179,6 @@ jobs:
|
|||
with:
|
||||
name: nox-linux-${{ inputs.arch }}-${{ inputs.nox-session }}
|
||||
|
||||
- name: Set up Python ${{ inputs.gh-actions-python-version }}
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "${{ inputs.gh-actions-python-version }}"
|
||||
|
||||
- name: Install Nox
|
||||
run: |
|
||||
python3 -m pip install 'nox==${{ inputs.nox-version }}'
|
||||
|
|
Loading…
Add table
Reference in a new issue