diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index 51e03f97..51af2900 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -183,6 +183,9 @@ jobs: with: python-version: ${{ matrix.python-version }} + - run: python --version + - run: pip freeze + # - name: Setup tmate session # uses: mxschmitt/action-tmate@v3 @@ -191,6 +194,9 @@ jobs: with: dbt-artifacts-dir: dbt_project/target + - run: python --version + - run: pip freeze + # pex-tests: # needs: [pre-commit] # runs-on: ubuntu-latest