diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 745bfc29..1bc528ab 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -96,12 +96,10 @@ jobs: - name: Install graphviz dependency if: "endsWith(matrix.tox_env, 'build_docs')" run: sudo apt-get -y install graphviz - - name: Print Python, pip, setuptools, and tox versions + - name: Print Python env run: | - python -c "import sys; print(f'Python {sys.version}')" - python -c "import pip; print(f'pip {pip.__version__}')" - python -c "import setuptools; print(f'setuptools {setuptools.__version__}')" - python -c "import tox; print(f'tox {tox.__version__}')" + python --version + python -m pip list - name: Run tests if: "! matrix.use_remote_data" run: |