Skip to content

Commit

Permalink
pip list in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRobin committed Oct 24, 2024
1 parent 5c54206 commit 1a91d28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dbt_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Add git_sha to schema
run: "/runner/change_schema.sh git_dunesql_$GIT_SHA"

- name: pip list
run: "pip list"

- name: Get latest manifest
run: "aws s3 cp $S3_LOCATION/manifest.json $PROJECT_DIR/manifest.json"
continue-on-error: true # Temprorary until all projects have manifest
Expand Down

0 comments on commit 1a91d28

Please sign in to comment.