Skip to content

Commit

Permalink
Add pyright conda and windows workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JackEAllen committed Nov 1, 2024
1 parent a6aa729 commit 1960d20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ jobs:
run: |
mypy --ignore-missing-imports mantidimaging
- name: pyright
shell: bash -l {0}
run: |
pyright mantidimaging
- name: pytest
timeout-minutes: 10
shell: bash -l {0}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ jobs:
run: |
mypy --ignore-missing-imports mantidimaging
- name: pyright
shell: bash -l {0}
run: |
pyright mantidimaging
- name: pytest
timeout-minutes: 10
shell: bash -l {0}
Expand Down

0 comments on commit 1960d20

Please sign in to comment.