Skip to content

Commit

Permalink
Maybe this helps
Browse files Browse the repository at this point in the history
  • Loading branch information
lietu committed Nov 13, 2023
1 parent a7bea87 commit a0fbc38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install dependencies 🛠
run: poetry install

- name: Install build tools 🛠
run: apt-get update && apt-get install -y build-essential

- name: Run pre-commit 🤔
run: pre-commit run --all-files

Expand Down

0 comments on commit a0fbc38

Please sign in to comment.