Skip to content

Commit 7cdab51

Browse files
committed
Update recce ci to use official recce
Signed-off-by: Wei-Chun, Chang <[email protected]>
1 parent f42d47e commit 7cdab51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/recce_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
pip install -r requirements.txt
23-
- name: Install Recce - Nightly
23+
- name: Install Recce
2424
run: |
25-
pip install recce-nightly
25+
pip install recce
2626
- name: Prepare dbt Base environment
2727
run: |
2828
if aws s3 cp s3://$AWS_S3_BUCKET/${{ github.event.pull_request.base.sha }}.tar.gz .; then

0 commit comments

Comments
 (0)