Skip to content

Commit 88df8a9

Browse files
committed
More poetry install.
1 parent 043e6c3 commit 88df8a9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/python.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ jobs:
1515
with:
1616
fetch-depth: 1
1717

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-
2418
- name: Install Poetry
2519
run: pipx install poetry
2620

2721
- name: Set Poetry config
2822
run: |
2923
poetry config virtualenvs.path ~/.virtualenvs${{ matrix.python-version }}
3024
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+
3131
- name: Install dependencies
3232
run: poetry install
3333

@@ -48,19 +48,19 @@ jobs:
4848
with:
4949
fetch-depth: 1
5050

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-
5751
- name: Install Poetry
5852
run: pipx install poetry
5953

6054
- name: Set Poetry config
6155
run: |
6256
poetry config virtualenvs.path ~/.virtualenvs${{ matrix.python-version }}
6357
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+
6464
- name: Install dependencies
6565
run: poetry install -E minify
6666

0 commit comments

Comments
 (0)