mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2025-04-06 21:34:13 +02:00
ci: use new poetry parameter
This commit is contained in:
parent
999788b7e3
commit
78d11a30c5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user