diff --git a/.github/workflows/cache_dependencies.yml b/.github/workflows/cache_dependencies.yml index ad3192a4c6..d1f63538c5 100644 --- a/.github/workflows/cache_dependencies.yml +++ b/.github/workflows/cache_dependencies.yml @@ -52,3 +52,4 @@ jobs: source .venv-${{ matrix.python-version }}/bin/activate python --version pip --version + pip list