Skip to content

Commit 29a80ea

Browse files
committed
Update GHA for new Poetry version
1 parent 92e9d61 commit 29a80ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install poetry
29-
poetry install
29+
poetry install --no-root
3030
- name: Freeze the site
3131
run: |
3232
export NAUCSE_MAIN_REPO_URL=https://github.com/$GITHUB_REPOSITORY

0 commit comments

Comments
 (0)