Skip to content

Commit 87f588e

Browse files
author
Stéphane Senart
committed
[#76] Move to Poetry dependency/package management tool.
1 parent 5098aaa commit 87f588e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-lint/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
#----------------------------------------------
3131
- name: Install project
3232
shell: bash
33-
run: poetry install --no-interaction
33+
run: poetry install --no-interaction --no-root
3434

3535
#----------------------------------------------
3636
# Run Pylint

.github/workflows/python-test/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
#----------------------------------------------
3131
- name: Install project
3232
shell: bash
33-
run: poetry install --no-interaction
33+
run: poetry install --no-interaction --no-root
3434

3535
#----------------------------------------------
3636
# Run tests

0 commit comments

Comments
 (0)