We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c23cf22 + c0d88d5 commit a8ef433Copy full SHA for a8ef433
.github/workflows/docs-build.yml
@@ -67,6 +67,7 @@ jobs:
67
- uses: actions/checkout@v5
68
with:
69
ref: ${{ inputs.checkout }}
70
+ token: ${{ secrets.GITHUB_TOKEN }}
71
# only Pytorch has/uses notebooks
72
submodules: ${{ matrix.pkg-name == 'pytorch' }}
73
lfs: ${{ matrix.pkg-name == 'pytorch' }}
.gitmodules
@@ -1,4 +1,4 @@
1
[submodule "_notebooks"]
2
path = _notebooks
3
- url = https://github.com/Lightning-AI/lightning-tutorials.git
+ url = https://github.com/Lightning-AI/tutorials.git
4
branch = publication
requirements/typing.txt
-mypy==1.17.1
+mypy==1.18.1
torch==2.8.0
types-Markdown
0 commit comments