File tree Expand file tree Collapse file tree 6 files changed +245
-258
lines changed Expand file tree Collapse file tree 6 files changed +245
-258
lines changed Original file line number Diff line number Diff line change 6262 }
6363 EOT
6464 python -m pip install --upgrade pip
65- python -m pip install poetry==1.1.15 # 1.2.0 breaking resolution of packages
65+ python -m pip install poetry==1.2.2
6666 poetry config virtualenvs.create false --local
6767 poetry install -vvv
6868 - name : CDK Synth
Original file line number Diff line number Diff line change 3030 - name : Install Requirements
3131 run : |
3232 python -m pip install --upgrade pip
33- python -m pip install poetry==1.1.15
33+ python -m pip install poetry==1.2.2
3434 poetry config virtualenvs.create false --local
3535 poetry install --extras "sqlserver" -vvv
3636 - name : Test Metadata
Original file line number Diff line number Diff line change 2929 - name : Install Requirements
3030 run : |
3131 python -m pip install --upgrade pip
32- python -m pip install poetry==1.1.15 # 1.2.0 breaking resolution of packages
32+ python -m pip install poetry==1.2.2
3333 poetry config virtualenvs.create false --local
3434 poetry install --extras "sqlserver" -vvv
3535 - name : mypy check
You can’t perform that action at this time.
0 commit comments