Skip to content

Commit

Permalink
pyright needs pytest for test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Apr 11, 2024
1 parent 8e0319a commit f71f8e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ jobs:
- name: pyright
run: |
pip install pyright .
pyright
pyright bofire_converters
- name: pyright test
run: |
pip install pytest
pyright test

0 comments on commit f71f8e9

Please sign in to comment.