File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
15
15
with :
16
16
fetch-depth : 1
17
17
18
- - name : Set up Python ${{ matrix.python-version }}
19
- uses : actions/setup-python@v3
20
- with :
21
- python-version : ${{ matrix.python-version }}
22
- cache : " poetry"
23
-
24
18
- name : Install Poetry
25
19
run : pipx install poetry
26
20
27
21
- name : Set Poetry config
28
22
run : |
29
23
poetry config virtualenvs.path ~/.virtualenvs${{ matrix.python-version }}
30
24
25
+ - name : Set up Python ${{ matrix.python-version }}
26
+ uses : actions/setup-python@v3
27
+ with :
28
+ python-version : ${{ matrix.python-version }}
29
+ cache : " poetry"
30
+
31
31
- name : Install dependencies
32
32
run : poetry install
33
33
@@ -48,19 +48,19 @@ jobs:
48
48
with :
49
49
fetch-depth : 1
50
50
51
- - name : Set up Python ${{ matrix.python-version }}
52
- uses : actions/setup-python@v3
53
- with :
54
- python-version : ${{ matrix.python-version }}
55
- cache : " poetry"
56
-
57
51
- name : Install Poetry
58
52
run : pipx install poetry
59
53
60
54
- name : Set Poetry config
61
55
run : |
62
56
poetry config virtualenvs.path ~/.virtualenvs${{ matrix.python-version }}
63
57
58
+ - name : Set up Python ${{ matrix.python-version }}
59
+ uses : actions/setup-python@v3
60
+ with :
61
+ python-version : ${{ matrix.python-version }}
62
+ cache : " poetry"
63
+
64
64
- name : Install dependencies
65
65
run : poetry install -E minify
66
66
You can’t perform that action at this time.
0 commit comments