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:
parent
999788b7e3
commit
78d11a30c5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install poetry
|
||||
poetry install
|
||||
poetry install --no-root
|
||||
- name: Linting
|
||||
run: |
|
||||
make lint
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install poetry
|
||||
poetry install
|
||||
poetry install --no-root
|
||||
- name: Set up kind with K8s version ${{ matrix.k8s-version }}
|
||||
uses: engineerd/setup-kind@v0.5.0
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user