mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Attempt to use python3 provided by relenv
This commit is contained in:
parent
81885bace3
commit
4fe15bc4fa
2 changed files with 4 additions and 2 deletions
3
.github/actions/cached-virtualenv/action.yml
vendored
3
.github/actions/cached-virtualenv/action.yml
vendored
|
@ -31,7 +31,8 @@ runs:
|
|||
id: get-python-version
|
||||
uses: ./.github/actions/get-python-version
|
||||
with:
|
||||
python-binary: python3
|
||||
## DGM python-binary: python3
|
||||
python-binary: /__w/salt/salt/artifacts/salt/bin/python3
|
||||
|
||||
- name: Setup Cache Key
|
||||
shell: bash
|
||||
|
|
|
@ -25,7 +25,8 @@ runs:
|
|||
id: get-python-version
|
||||
uses: ./.github/actions/get-python-version
|
||||
with:
|
||||
python-binary: python3
|
||||
## DGM python-binary: python3
|
||||
python-binary: /__w/salt/salt/artifacts/salt/bin/python3
|
||||
|
||||
- name: Define Cache Hash
|
||||
id: venv-hash
|
||||
|
|
Loading…
Add table
Reference in a new issue