Skip to content

Commit

Permalink
ci: fixed typechecking
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 19, 2024
1 parent d403e54 commit 75787da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Install dependencies
run: |
make build
poetry install
poetry install -E server -E browser
- name: Typecheck
run: |
make typecheck

0 comments on commit 75787da

Please sign in to comment.