Skip to content

Commit 8b62ed7

Browse files
committed
More updates
1 parent 58c1e2e commit 8b62ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ jobs:
333333
./scripts/ci_run.sh ${{ matrix.project_type }} 4
334334
- name: MyPy
335335
working-directory: ${{ env.WORKING_DIR }}
336-
run: /venv/bin/mypy .
336+
run: .venv/bin/mypy .
337337
- name: ruff check
338338
working-directory: ${{ env.WORKING_DIR }}
339339
run: .venv/bin/ruff check .

0 commit comments

Comments
 (0)