Skip to content

Commit 205f7af

Browse files
committed
try only poetry dependencies first
1 parent 94fed74 commit 205f7af

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
4545
- name: Install dependencies
4646
if: steps.cached-poetry-dependencies.outputs.catch-hit != 'true'
47-
run: poetry install
47+
run: poetry install --no-interaction --no-root
48+
- name: Install project
49+
run: poetry install --no-interaction
4850
# Install pandoc for building docs
4951
- name: Install pandoc for Ubuntu
5052
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)