diff --git a/.github/workflows/pull-request-create-release.yml b/.github/workflows/pull-request-create-release.yml index a041957a3..cacfdf9d9 100644 --- a/.github/workflows/pull-request-create-release.yml +++ b/.github/workflows/pull-request-create-release.yml @@ -55,6 +55,11 @@ jobs: run: echo betty_tag=0.0.0+dev-pull-request-${{ github.event.number }} >> $GITHUB_ENV shell: bash + # @todo Remove this + - name: PIP version + run: pip --version + shell: bash + - name: Get the pip cache directory run: echo "pip_cache_dir=$(pip cache dir)" >> $GITHUB_ENV shell: bash