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 62
62
}
63
63
EOT
64
64
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
66
66
poetry config virtualenvs.create false --local
67
67
poetry install -vvv
68
68
- name : CDK Synth
Original file line number Diff line number Diff line change 30
30
- name : Install Requirements
31
31
run : |
32
32
python -m pip install --upgrade pip
33
- python -m pip install poetry==1.1.15
33
+ python -m pip install poetry==1.2.2
34
34
poetry config virtualenvs.create false --local
35
35
poetry install --extras "sqlserver" -vvv
36
36
- name : Test Metadata
Original file line number Diff line number Diff line change 29
29
- name : Install Requirements
30
30
run : |
31
31
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
33
33
poetry config virtualenvs.create false --local
34
34
poetry install --extras "sqlserver" -vvv
35
35
- name : mypy check
You can’t perform that action at this time.
0 commit comments