From c28bd49460f6e3fe8c907c537d805f8db06bd379 Mon Sep 17 00:00:00 2001 From: David Kaplan Date: Wed, 27 Nov 2024 10:40:22 -0600 Subject: [PATCH] make sure tox is installed in the right place --- .github/workflows/ci_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 694951b7a..db8587e2c 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -116,6 +116,7 @@ jobs: python -m pip install --upgrade pip python -m pip install tox - name: Print Python, pip, and tox versions + shell: bash -el {0} run: | python -c "import sys; print(f'Python {sys.version}')" python -c "import pip; print(f'pip {pip.__version__}')"