You've already forked setup-python
mirror of
https://github.com/actions/setup-python.git
synced 2025-08-28 08:24:03 +07:00
Fixed poetry install command in e2e-cache.yml
This commit is contained in:
2
.github/workflows/e2e-cache.yml
vendored
2
.github/workflows/e2e-cache.yml
vendored
@ -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)
|
||||
|
Reference in New Issue
Block a user