Ensure upstream Python is used
This commit is contained in:
parent
8fe4eb8357
commit
ec271453c1
@ -23,3 +23,8 @@ runs:
|
|||||||
which python3
|
which python3
|
||||||
python3 --version
|
python3 --version
|
||||||
python3 -c "import sysconfig; print(sysconfig.get_config_var('MACOSX_DEPLOYMENT_TARGET'))"
|
python3 -c "import sysconfig; print(sysconfig.get_config_var('MACOSX_DEPLOYMENT_TARGET'))"
|
||||||
|
- shell: bash
|
||||||
|
name: Set up venv with upstream Python
|
||||||
|
run: |
|
||||||
|
python3 -m venv /tmp/venv
|
||||||
|
echo "/tmp/venv/bin" >> $GITHUB_PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user