Skip to content

Commit e6669c5

Browse files
committed
[Fix] Add packages.yml for recce-ci
Signed-off-by: Kent Huang <[email protected]>
1 parent 478c3a3 commit e6669c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/recce_ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install Recce
2424
run: |
2525
pip install recce
26+
- name: Add packages.yml file
27+
run: |
28+
echo "${{ vars.PACKAGES_YAML }}" > packages.yml
2629
- name: Prepare dbt Base environment
2730
run: |
2831
if aws s3 cp s3://$AWS_S3_BUCKET/${{ github.event.pull_request.base.sha }}.tar.gz .; then

0 commit comments

Comments
 (0)