File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
- name : Install dependencies
21
21
run : |
22
22
python -m pip install --upgrade pip
23
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py > get_poetry .py
24
- python get-poetry.py --version 1.0.2
23
+ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py > get-poetry .py
24
+ python get-poetry.py --version 1.0.2 -y
25
25
poetry install
26
26
- name : Lint with flake8
27
27
run : |
Original file line number Diff line number Diff line change 20
20
- name : Install Poetry
21
21
run : |
22
22
python -m pip install --upgrade pip
23
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py > get_poetry .py
24
- python get-poetry.py --version 1.0.2
23
+ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py > get-poetry .py
24
+ python get-poetry.py --version 1.0.2 -y
25
25
poetry install
26
26
- name : Poetry - Set Version & Build
27
27
run : |
You can’t perform that action at this time.
0 commit comments