Skip to content

Commit f34c241

Browse files
authored
Merge pull request #9 from DataRecce/chore/update-recce-ci-workflow
[Chore] Update recce ci to use official recce
2 parents f42d47e + 7cdab51 commit f34c241

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)