diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9d7a2c4..3e6d9cc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,6 +25,8 @@ jobs: python -m pip install --no-deps -e . python -m pip install coveralls python -m pip freeze + python -m pip --version + python -c 'import setuptools; print(f"setuptools=={setuptools.__version__}")' - name: Test with pytest run: | pytest