mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-27 12:58:00 +02:00
npm audit fix and poetry command update
This commit is contained in:
parent
20dd56f6b8
commit
235f4fb679
2 changed files with 106 additions and 400 deletions
2
.github/workflows/e2e-cache.yml
vendored
2
.github/workflows/e2e-cache.yml
vendored
|
@ -88,7 +88,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 }})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue