Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoslatara committed Jul 18, 2024
1 parent 090f294 commit 4f713c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 4f713c9

Please sign in to comment.