File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1616 uses : actions/setup-python@v4
1717 with :
1818 python-version : " 3.10"
19- - name : Install Poetry
20- run : curl -sSL https://install.python-poetry.org | python
19+ - name : Install and configure Poetry
20+ uses : snok/install-poetry@v1
21+ with :
22+ version : 1.5.1
2123 - name : Install dependencies
2224 run : |
2325 poetry env use '3.10'
Original file line number Diff line number Diff line change 1818 uses : actions/setup-python@v4
1919 with :
2020 python-version : " 3.10"
21- - name : Install Poetry
22- run : curl -sSL https://install.python-poetry.org | python
21+ - name : Install and configure Poetry
22+ uses : snok/install-poetry@v1
23+ with :
24+ version : 1.5.1
2325 - name : Install dependencies
2426 run : poetry install
2527 - name : Build distributions
You can’t perform that action at this time.
0 commit comments