File tree Expand file tree Collapse file tree 8 files changed +34
-26
lines changed Expand file tree Collapse file tree 8 files changed +34
-26
lines changed Original file line number Diff line number Diff line change 23
23
java-version : 8
24
24
25
25
- name : Install poetry
26
- uses : abatilo/actions-poetry@v3
27
- with :
28
- poetry-version : ' 1.8.2'
26
+ shell : bash
27
+ run : |
28
+ pipx install poetry==1.8.2
29
+ poetry config virtualenvs.prefer-active-python true
29
30
30
31
- name : Install dependencies
31
32
run : poetry install
Original file line number Diff line number Diff line change @@ -29,10 +29,11 @@ jobs:
29
29
uses : actions/setup-python@v4
30
30
with :
31
31
python-version : ' 3.11'
32
- - name : ' Install poetry'
33
- uses : abatilo/actions-poetry@v2
34
- with :
35
- poetry-version : ' 1.8.2'
32
+ - name : Install poetry
33
+ shell : bash
34
+ run : |
35
+ pipx install poetry==1.8.2
36
+ poetry config virtualenvs.prefer-active-python true
36
37
- name : ' Install dependencies'
37
38
run : poetry install
38
39
- name : ' Run mypy - static type checking'
Original file line number Diff line number Diff line change 32
32
java-version : 8
33
33
34
34
- name : Install poetry
35
- uses : abatilo/actions-poetry@v3
36
- with :
37
- poetry-version : ' 1.8.2'
35
+ shell : bash
36
+ run : |
37
+ pipx install poetry==1.8.2
38
+ poetry config virtualenvs.prefer-active-python true
38
39
39
40
- name : Install dependencies
40
41
run : poetry install
Original file line number Diff line number Diff line change 30
30
java-version : 8
31
31
32
32
- name : Install poetry
33
- uses : abatilo/actions-poetry@v3
34
- with :
35
- poetry-version : ' 1.8.2'
33
+ shell : bash
34
+ run : |
35
+ pipx install poetry==1.8.2
36
+ poetry config virtualenvs.prefer-active-python true
36
37
37
38
- name : Install dependencies
38
39
run : poetry install
Original file line number Diff line number Diff line change 31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
- name : Install poetry
34
- uses : abatilo/actions-poetry@v3
35
- with :
36
- poetry-version : ${{ matrix.poetry-version }}
34
+ shell : bash
35
+ run : |
36
+ pipx install poetry==${{matrix.poetry-version}}
37
+ poetry config virtualenvs.prefer-active-python true
37
38
- name : Install dependencies
38
39
run : poetry install
39
40
- name : Run mypy - static type checking
Original file line number Diff line number Diff line change 25
25
java-version : 8
26
26
27
27
- name : Install poetry
28
- uses : abatilo/actions-poetry@v2
29
- with :
30
- poetry-version : ' 1.8.2'
28
+ shell : bash
29
+ run : |
30
+ pipx install poetry==1.8.2
31
+ poetry config virtualenvs.prefer-active-python true
31
32
32
33
- name : Install dependencies
33
34
run : poetry install
Original file line number Diff line number Diff line change 23
23
java-version : 8
24
24
25
25
- name : Install poetry
26
- uses : abatilo/actions-poetry@v3
27
- with :
28
- poetry-version : ' 1.8.2'
26
+ shell : bash
27
+ run : |
28
+ pipx install poetry==1.8.2
29
+ poetry config virtualenvs.prefer-active-python true
29
30
30
31
- name : Install dependencies
31
32
run : poetry install
Original file line number Diff line number Diff line change @@ -21,10 +21,11 @@ jobs:
21
21
uses : actions/setup-python@v4
22
22
with :
23
23
python-version : ' 3.11'
24
- - name : ' Install poetry'
25
- uses : abatilo/actions-poetry@v2
26
- with :
27
- poetry-version : ' 1.4.2'
24
+ - name : Install poetry
25
+ shell : bash
26
+ run : |
27
+ pipx install poetry==1.8.2
28
+ poetry config virtualenvs.prefer-active-python true
28
29
- name : ' Install dependencies'
29
30
run : poetry install
30
31
- name : ' Create a Package'
You can’t perform that action at this time.
0 commit comments