Skip to content

Commit 082010e

Browse files
authored
fix(ci): activate virtual environment before running ty check
1 parent a5474c2 commit 082010e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ty_type_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- run: python -m pip install . --group dev
1919

2020
- name: Run ty check
21-
run: ty check --output-format=github .
21+
run: source .venv/bin/activate && ty check --output-format=github .

0 commit comments

Comments
 (0)