Ensure upstream Python is used

This commit is contained in:
Reuben Morais 2021-04-12 14:10:28 +02:00
parent 8fe4eb8357
commit ec271453c1

View File

@ -23,3 +23,8 @@ runs:
which python3
python3 --version
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