Skip to content

Commit

Permalink
add another pip freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jan 31, 2024
1 parent 301aa7e commit d9f1308
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_dbt_core_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ jobs:
python -m pip --version
python -m pip install -r dev-requirements.txt -r editable-requirements.txt
- name: "Check installed versions"
run: pip freeze

- name: "Update the version of dbt-common"
run: |
pip install pip install git+https://github.com/dbt-labs/dbt-common.git@${{ inputs.dbt-common-ref }}
Expand Down Expand Up @@ -204,6 +207,9 @@ jobs:
python -m pip --version
python -m pip install -r dev-requirements.txt -r editable-requirements.txt
- name: "Check installed versions"
run: pip freeze

- name: "Update the version of dbt-common"
run: |
pip install pip install git+https://github.com/dbt-labs/dbt-common.git@${{ needs.job-prep.outputs.dbt-common-ref }}
Expand Down

0 comments on commit d9f1308

Please sign in to comment.