Skip to content

Commit 743fd46

Browse files
committed
trying without the root
1 parent 362d05d commit 743fd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-license-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
#----------------------------------------------
4949
- name: Install dependencies
5050
if: steps.cached-poetry-no-dev-dependencies.outputs.cache-hit != 'true'
51-
run: poetry install --no-dev
51+
run: poetry install --no-dev --no-root
5252
#----------------------------------------------
5353
# Run pylic check
5454
#----------------------------------------------

0 commit comments

Comments
 (0)