Skip to content

Commit

Permalink
Run poetry install outside of hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Nov 27, 2024
1 parent f147cdd commit cf00289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2
- name: Install Poetry
run: pip install poetry
- name: Install packages
run: poetry install --with dev
- uses: ./.github/actions/pre-commit

0 comments on commit cf00289

Please sign in to comment.