File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
- name : Update setuptools
19
19
run : python -m pip install --upgrade pip setuptools
20
20
- name : Configure Poetry Cache Directory
21
- run : poetry config cache-dir ${{ runner.temp }}/poetry_cache --local
21
+ run : poetry config cache-dir ${{ matrix.platform }}_${{ matrix.python-version }}/poetry_cache --local
22
22
- name : Install poetry dependencies
23
23
run : |
24
24
poetry install -E dev --verbose
48
48
pipx install poetry
49
49
poetry cache clear --all pypi
50
50
- name : Configure Poetry Cache Directory
51
- run : poetry config cache-dir ${{ runner.temp }}/poetry_cache --local
51
+ run : poetry config cache-dir ${{ matrix.platform }}_${{ matrix.python-version }}/poetry_cache --local
52
52
- name : Install poetry dependencies
53
53
run : |
54
54
poetry env remove python || true
You can’t perform that action at this time.
0 commit comments