Skip to content

Commit 399ceab

Browse files
authored
fix GH actions - Poetry: Don't install the current project
1 parent 77d3b57 commit 399ceab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install poetry
28-
poetry install -E ghp-compiled
28+
poetry install -E ghp-compiled --no-root
2929
- name: Compile the courses
3030
run: |
3131
poetry run python -m naucse_render compile _compiled \

0 commit comments

Comments
 (0)