From 4f713c90fc02dd41a1cbb9deadfe7dfe145fe7cc Mon Sep 17 00:00:00 2001 From: pgoslatara Date: Thu, 18 Jul 2024 16:24:47 +0200 Subject: [PATCH] Debugging --- .github/workflows/ci_pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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