try again
This commit is contained in:
parent
a3e4ad5be2
commit
59d6abfaee
18
.github/workflows/macos_build.yml
vendored
18
.github/workflows/macos_build.yml
vendored
@ -38,13 +38,13 @@ jobs:
|
||||
echo $PYENV_ROOT
|
||||
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
|
||||
echo "$PATH"
|
||||
# bin/pyenv --debug install ${{ matrix.python-version }}
|
||||
# bin/pyenv global ${{ matrix.python-version }}
|
||||
# bin/pyenv rehash
|
||||
# - run: python --version
|
||||
bin/pyenv --debug install ${{ matrix.python-version }}
|
||||
bin/pyenv global ${{ matrix.python-version }}
|
||||
bin/pyenv rehash
|
||||
- run: python --version
|
||||
- run: echo "$PATH"
|
||||
# - run: python -m pip --version
|
||||
# - shell: python # Prove that actual Python == expected Python
|
||||
# env:
|
||||
# EXPECTED_PYTHON: ${{ matrix.python-version }}
|
||||
# run: import os, sys ; assert sys.version.startswith(os.getenv("EXPECTED_PYTHON"))
|
||||
- run: python -m pip --version
|
||||
- shell: python # Prove that actual Python == expected Python
|
||||
env:
|
||||
EXPECTED_PYTHON: ${{ matrix.python-version }}
|
||||
run: import os, sys ; assert sys.version.startswith(os.getenv("EXPECTED_PYTHON"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user