Skip to content

Commit 42382f0

Browse files
committed
try fix linting CI
1 parent c8ff946 commit 42382f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
37+
cache: 'poetry'
3738
- name: Install Poetry
3839
uses: snok/install-poetry@v1
3940
with:
@@ -57,6 +58,7 @@ jobs:
5758
python -m readme_renderer ./README.rst -o /tmp/README.html
5859
cd ./doc
5960
doc8 --ignore-path build --max-line-length 100
61+
echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
6062
6163
- name: Run pyright
6264
uses: jakebailey/pyright-action@v2

0 commit comments

Comments
 (0)