From ccea0bfdabf6376e6b7877f8d7c98a4fbb8d88d2 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Fri, 5 Jan 2024 15:38:28 -0800 Subject: [PATCH] Another attempt at the Mac nut. --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 530a15c..ce4659e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,8 +51,10 @@ jobs: command: pip install -U tox - name: Run Unit Tests run: | - ${{ steps.pyenv.outputs.pyenv_root }}/versions/${{ join(matrix.python-version, '.') }}/bin/python \ - -mtox -epy${{ matrix.python-version[0] }}${{ matrix.python-version[1] }} -- -vvs + alias python="${{ steps.pyenv.outputs.pyenv_root }}/versions/${{ join(matrix.python-version, '.') }}/bin/python" + python -V + python -mpip install -U tox + python -mtox -epy${{ matrix.python-version[0] }}${{ matrix.python-version[1] }} -- -vvs unit-tests: name: (${{ matrix.os }}) TOXENV=py${{ matrix.python-version[0] }}${{ matrix.python-version[1] }} needs: org-check