Skip to content

Commit

Permalink
github/workflows/main: explicitly install tomli for pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed May 29, 2023
1 parent ab37b11 commit 4e83370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Expand Up @@ -52,7 +52,7 @@ jobs:
run: pip install pre-commit

- name: install package
run: pip install .
run: pip install . tomli

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

0 comments on commit 4e83370

Please sign in to comment.