File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 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"
2933 - name : Install Poetry
30- uses : snok/install-poetry@v1
34+ run : |
35+ uv tool install poetry
3136 - name : Install package and test dependencies
3237 run : |
3338 poetry install --with dev,nbtools
Original file line number Diff line number Diff line change 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"
2024 - name : Install Poetry
21- uses : snok/install-poetry@v1
25+ run : |
26+ uv tool install poetry
2227 - name : Install dependencies
2328 run : |
2429 poetry install --with dev
Original file line number Diff line number Diff line change 2626 uses : actions/setup-python@v3
2727 with :
2828 python-version : ${{ matrix.python-version }}
29+ - name : Install the latest version of uv
30+ uses : astral-sh/setup-uv@v5
31+ with :
32+ version : " latest"
2933 - name : Install Poetry
30- uses : snok/install-poetry@v1
34+ run : |
35+ uv tool install poetry
3136 - name : Install test dependencies
3237 run : |
3338 poetry add "numpy${{ matrix.numpy-version }}"
You can’t perform that action at this time.
0 commit comments