Skip to content

Commit

Permalink
install all deps instead of just dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pragunbhutani committed Apr 2, 2024
1 parent fccfbaf commit 9432058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: "poetry"

- name: Install dev dependencies
run: poetry install --only dev
run: poetry install

- name: Lint with Flake8
run: poetry run flake8 dbt_llm_tools tests
Expand Down

0 comments on commit 9432058

Please sign in to comment.