1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2025-04-06 01:34:12 +02:00

ci: use new poetry parameter

This commit is contained in:
Christian Nicolai 2025-03-13 13:27:44 +01:00
parent 999788b7e3
commit 78d11a30c5

View File

@ -20,7 +20,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install poetry pip install poetry
poetry install poetry install --no-root
- name: Linting - name: Linting
run: | run: |
make lint make lint
@ -48,7 +48,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install poetry pip install poetry
poetry install poetry install --no-root
- name: Set up kind with K8s version ${{ matrix.k8s-version }} - name: Set up kind with K8s version ${{ matrix.k8s-version }}
uses: engineerd/setup-kind@v0.5.0 uses: engineerd/setup-kind@v0.5.0
with: with: