Attempt to use python3 provided by relenv

This commit is contained in:
David Murphy 2025-02-13 16:01:57 -07:00 committed by Daniel Wozniak
parent 81885bace3
commit 4fe15bc4fa
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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