Skip to content

Commit

Permalink
Removing v1 dependency lock
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamascena committed Jan 2, 2024
1 parent fcaca79 commit 359f678
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/quality_check_pydanticv2.yml
Expand Up @@ -14,7 +14,6 @@ name: Code quality - Pydanticv2
#
# Always triggered on new PRs, PR changes and PR merge.


on:
pull_request:
paths:
Expand Down Expand Up @@ -48,18 +47,16 @@ jobs:
env:
PYTHON: "${{ matrix.python-version }}"
permissions:
contents: read # checkout code only
contents: read # checkout code only
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install poetry
run: pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: ${{ matrix.python-version }}
cache: "poetry"
- name: Removing dev dependencies locked to Pydantic v1
run: poetry remove cfn-lint
- name: Replacing Pydantic v1 with v2 > 2.0.3
run: poetry add "pydantic=^2.0.3"
- name: Install dependencies
Expand Down

0 comments on commit 359f678

Please sign in to comment.