File tree Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,10 @@ jobs:
2626 uses :
olegtarasov/[email protected] 2727 - name : Install pandoc
2828 run : sudo apt-get install -y pandoc
29- - name : Install the latest version of uv
30- uses : astral-sh/setup-uv@v5
31- with :
32- version : " latest"
3329 - name : Install Poetry
34- run : |
35- uv tool install poetry
30+ uses : snok/install-poetry@v1
31+ with :
32+ version : ' latest'
3633 - name : Install package and test dependencies
3734 run : |
3835 poetry install --with dev,nbtools
Original file line number Diff line number Diff line change @@ -17,13 +17,10 @@ jobs:
1717 uses : actions/setup-python@v3
1818 with :
1919 python-version : " 3.9"
20- - name : Install the latest version of uv
21- uses : astral-sh/setup-uv@v5
22- with :
23- version : " latest"
2420 - name : Install Poetry
25- run : |
26- uv tool install poetry
21+ uses : snok/install-poetry@v1
22+ with :
23+ version : ' latest'
2724 - name : Install dependencies
2825 run : |
2926 poetry install --with dev
Original file line number Diff line number Diff line change 3434 with :
3535 version : " latest"
3636 - name : Install Poetry
37- run : |
38- uv tool install poetry
37+ uses : snok/install-poetry@v1
38+ with :
39+ version : ' latest'
3940 - name : Install test dependencies
4041 run : |
4142 poetry self add poetry-plugin-export
You can’t perform that action at this time.
0 commit comments