Skip to content

Commit dcadf97

Browse files
authored
fix: fix pyright action (#229)
fix github ci
1 parent a4aa0c8 commit dcadf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-python@v4
2929
with:
3030
python-version: "3.11"
31-
cache: pyright
31+
cache: pip
3232
- run: |
3333
python -m venv .venv
3434
source .venv/bin/activate

0 commit comments

Comments
 (0)