Skip to content

Commit

Permalink
Antoineballiet/daae 2992 fix linting idle for pr (#2)
Browse files Browse the repository at this point in the history
* update pip

* force dbt version

* Update requirements.txt

* fix
  • Loading branch information
aballiet authored May 13, 2024
1 parent 5752937 commit f7e696f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update -y \
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}

# Install pip
RUN pip install --no-cache-dir --upgrade pip==23.1.2
RUN pip install --no-cache-dir --upgrade pip

# Set the entrypoint
COPY . "$WORKING_DIRECTORY"
Expand Down
3 changes: 3 additions & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
setuptools>=65.5.1
pre-commit>=2.0,<3.0

# dbt
dbt-core==1.6.13

# sqlfluff
sqlfluff==${SQLFLUFF_VERSION}
sqlfluff-templater-dbt==${SQLFLUFF_VERSION}
Expand Down

0 comments on commit f7e696f

Please sign in to comment.