File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 # Disable jupyter-builder build hook because not needed for linting/formatting, and requires pnpm
2323 - run : |
2424 sed -i '' 's/\[tool.hatch.build.hooks.\(.*\)\]/\[_tool.hatch.build.hooks.\1\]/' pyproject.toml
25- - uses : astral-sh/setup-uv@v5
25+ - uses : astral-sh/setup-uv@v6
2626 with :
2727 version : " 0.6.x"
2828 - run : |
3737 # Disable jupyter-builder build hook because not needed for typechecking, and requires pnpm
3838 - run : |
3939 sed -i '' 's/\[tool.hatch.build.hooks.\(.*\)\]/\[_tool.hatch.build.hooks.\1\]/' pyproject.toml
40- - uses : astral-sh/setup-uv@v5
40+ - uses : astral-sh/setup-uv@v6
4141 with :
4242 version : " 0.6.x"
4343 - run : uv run mypy
5959 - uses : pnpm/action-setup@v4
6060 with :
6161 run_install : true
62- - uses : astral-sh/setup-uv@v5
62+ - uses : astral-sh/setup-uv@v6
6363 with :
6464 version : " 0.6.x"
6565 - name : Run tests
Original file line number Diff line number Diff line change 2525 - uses : pnpm/action-setup@v4
2626 with :
2727 run_install : true
28- - uses : astral-sh/setup-uv@v5
28+ - uses : astral-sh/setup-uv@v6
2929 with :
3030 version : " 0.6.x"
3131 - name : Create Release Pull Request or Publish
You can’t perform that action at this time.
0 commit comments