We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fed74 commit 205f7afCopy full SHA for 205f7af
1 file changed
.github/workflows/build.yml
@@ -44,7 +44,9 @@ jobs:
44
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
45
- name: Install dependencies
46
if: steps.cached-poetry-dependencies.outputs.catch-hit != 'true'
47
- run: poetry install
+ run: poetry install --no-interaction --no-root
48
+ - name: Install project
49
+ run: poetry install --no-interaction
50
# Install pandoc for building docs
51
- name: Install pandoc for Ubuntu
52
if: matrix.os == 'ubuntu-latest'
0 commit comments