Skip to content

Commit a7dc02d

Browse files
committed
point pyright to pyproject.toml
1 parent f1bf29b commit a7dc02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
if: steps.cache-env.outputs.cache-hit != 'true'
141141
- run: |
142142
pyright --version
143-
pyright
143+
pyright -p pyproject.toml --pythonversion ${{ matrix.python-version }}
144144
if: matrix.run-expensive-tests
145145
- uses: actions/cache/restore@v4
146146
id: bioimageio-cache

0 commit comments

Comments
 (0)