Skip to content

Commit 359f678

Browse files
Removing v1 dependency lock
1 parent fcaca79 commit 359f678

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/quality_check_pydanticv2.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ name: Code quality - Pydanticv2
1414
#
1515
# Always triggered on new PRs, PR changes and PR merge.
1616

17-
1817
on:
1918
pull_request:
2019
paths:
@@ -48,18 +47,16 @@ jobs:
4847
env:
4948
PYTHON: "${{ matrix.python-version }}"
5049
permissions:
51-
contents: read # checkout code only
50+
contents: read # checkout code only
5251
steps:
53-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
52+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5453
- name: Install poetry
5554
run: pipx install poetry
5655
- name: Set up Python ${{ matrix.python-version }}
5756
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
5857
with:
5958
python-version: ${{ matrix.python-version }}
6059
cache: "poetry"
61-
- name: Removing dev dependencies locked to Pydantic v1
62-
run: poetry remove cfn-lint
6360
- name: Replacing Pydantic v1 with v2 > 2.0.3
6461
run: poetry add "pydantic=^2.0.3"
6562
- name: Install dependencies

0 commit comments

Comments
 (0)