File tree Expand file tree Collapse file tree 2 files changed +17
-7
lines changed
Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 4444 - name : Install and set up Poetry
4545 run : |
4646 curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
47- python get-poetry.py --preview - y
47+ python get-poetry.py -y
4848 - name : Build distributions
4949 run : |
5050 source $HOME/.poetry/env
7575 - name : Install and setup Poetry
7676 run : |
7777 Invoke-WebRequest https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py -O get-poetry.py
78- python get-poetry.py --preview - y
78+ python get-poetry.py -y
7979 - name : Build distributions
8080 run : |
8181 $env:Path += ";$env:Userprofile\.poetry\bin"
@@ -105,7 +105,7 @@ jobs:
105105 - name : Install and set up Poetry
106106 run : |
107107 curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
108- python get-poetry.py --preview - y
108+ python get-poetry.py -y
109109 - name : Set up cache
110110 uses : actions/cache@v1
111111 with :
Original file line number Diff line number Diff line change 11name : Tests
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ paths-ignore :
6+ - ' docs/**'
7+ branches :
8+ - master
9+ pull_request :
10+ paths-ignore :
11+ - ' docs/**'
12+ branches :
13+ - ' **'
414
515jobs :
616 Linting :
3646 - name : Install and set up Poetry
3747 run : |
3848 curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
39- python get-poetry.py --preview - y
49+ python get-poetry.py -y
4050 source $HOME/.poetry/env
4151 poetry config virtualenvs.in-project true
4252 - name : Set up cache
8292 - name : Install and set up Poetry
8393 run : |
8494 curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
85- python get-poetry.py --preview - y
95+ python get-poetry.py -y
8696 source $HOME/.poetry/env
8797 poetry config virtualenvs.in-project true
8898 - name : Set up cache
@@ -127,7 +137,7 @@ jobs:
127137 - name : Install and setup Poetry
128138 run : |
129139 Invoke-WebRequest https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py -O get-poetry.py
130- python get-poetry.py --preview - y
140+ python get-poetry.py -y
131141 $env:Path += ";$env:Userprofile\.poetry\bin"
132142 poetry config virtualenvs.in-project true
133143 - name : Set up cache
You can’t perform that action at this time.
0 commit comments