Skip to content

Commit 041a091

Browse files
committed
Upgrade GitHub Actions for Node 24 compatibility
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent ded190a commit 041a091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: conda-incubator/setup-miniconda@v2
2828
- run: conda install -n test python=${{ matrix.python-version }} pytorch=${{ matrix.pytorch-version }} torchvision=${{ matrix.torchvision-version }} cpuonly -c pytorch
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v6
3030
- run: echo "$CONDA/envs/test/bin" >> $GITHUB_PATH
3131
- run: pip install pytest
3232
- run: pip install .

0 commit comments

Comments
 (0)