Fixed poetry install command in e2e-cache.yml

This commit is contained in:
Priyagupta108 2025-01-14 19:08:48 +05:30
parent 52156d0e4a
commit a8231db1bf

View file

@ -89,7 +89,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Install dependencies
run: poetry install
run: poetry install --no-root
python-pip-dependencies-caching-path:
name: Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }}, caching path)