diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index 0c18b863..18c64668 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -39,12 +39,14 @@ jobs: run: | echo $PYENV_ROOT echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH - bin/pyenv --debug install ${{ matrix.python-version }} - bin/pyenv global ${{ matrix.python-version }} - bin/pyenv rehash - - run: python --version - - 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")) + echo "$PATH" + # 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"))