Skip to content

Commit

Permalink
github/workflows/main: install the package for pre-commit
Browse files Browse the repository at this point in the history
This is required for properly running pyright. Unfortunately, it also
means we cannot use pre-commit CI anymore.
  • Loading branch information
fsouza committed May 29, 2023
1 parent eef3819 commit c687244
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Expand Up @@ -51,6 +51,9 @@ jobs:
- name: install pre-commit
run: pip install pre-commit

- name: install package
run: pip install .

- name: pre-commit cache
uses: actions/cache@v3.3.1
with:
Expand Down

0 comments on commit c687244

Please sign in to comment.