We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f42d47e + 7cdab51 commit f34c241Copy full SHA for f34c241
.github/workflows/recce_ci.yml
@@ -20,9 +20,9 @@ jobs:
20
- name: Install dependencies
21
run: |
22
pip install -r requirements.txt
23
- - name: Install Recce - Nightly
+ - name: Install Recce
24
25
- pip install recce-nightly
+ pip install recce
26
- name: Prepare dbt Base environment
27
28
if aws s3 cp s3://$AWS_S3_BUCKET/${{ github.event.pull_request.base.sha }}.tar.gz .; then
0 commit comments