File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ name: Code quality - Pydanticv2
14
14
#
15
15
# Always triggered on new PRs, PR changes and PR merge.
16
16
17
-
18
17
on :
19
18
pull_request :
20
19
paths :
@@ -48,18 +47,16 @@ jobs:
48
47
env :
49
48
PYTHON : " ${{ matrix.python-version }}"
50
49
permissions :
51
- contents : read # checkout code only
50
+ contents : read # checkout code only
52
51
steps :
53
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
52
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
54
53
- name : Install poetry
55
54
run : pipx install poetry
56
55
- name : Set up Python ${{ matrix.python-version }}
57
56
uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
58
57
with :
59
58
python-version : ${{ matrix.python-version }}
60
59
cache : " poetry"
61
- - name : Removing dev dependencies locked to Pydantic v1
62
- run : poetry remove cfn-lint
63
60
- name : Replacing Pydantic v1 with v2 > 2.0.3
64
61
run : poetry add "pydantic=^2.0.3"
65
62
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments