1
0
Fork 0
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:
priya-kinthali 2025-04-09 09:20:03 +05:30
parent 20dd56f6b8
commit 235f4fb679
2 changed files with 106 additions and 400 deletions

View file

@ -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 }})