Skip to content
Snippets Groups Projects
Commit 279f51a5 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

ci: Intall package before executing pyright

parent c0ecdade
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ test-pyright: ...@@ -18,6 +18,7 @@ test-pyright:
- changes: - changes:
- "**/*.py" - "**/*.py"
script: script:
- pip install .
- npm install pyright@1.1.307 - npm install pyright@1.1.307
- node_modules/.bin/pyright --version - node_modules/.bin/pyright --version
- node_modules/.bin/pyright - node_modules/.bin/pyright
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment