We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e9d61 commit 29a80eaCopy full SHA for 29a80ea
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install poetry
29
- poetry install
+ poetry install --no-root
30
- name: Freeze the site
31
32
export NAUCSE_MAIN_REPO_URL=https://github.com/$GITHUB_REPOSITORY
0 commit comments