Skip to content

Commit 365183e

Browse files
committed
fix: github cicd ty import
1 parent 6157810 commit 365183e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
sudo apt-get install libgl1 -y
4545
python -m pip install --upgrade pip
4646
poetry config virtualenvs.create false
47-
poetry install --without docs,dev,test
47+
poetry install --with check
4848
4949
- name: ✅ Check Code Quality - Pylint
5050
run: |

0 commit comments

Comments
 (0)