diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index 3d30d1e..b8c89a1 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -34,6 +34,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Print Python Version + run: python3 -v + - name: Install Pip run: python3 -m ensurepip --upgrade