We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded190a commit 041a091Copy full SHA for 041a091
1 file changed
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: conda-incubator/setup-miniconda@v2
28
- 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
+ - uses: actions/checkout@v6
30
- run: echo "$CONDA/envs/test/bin" >> $GITHUB_PATH
31
- run: pip install pytest
32
- run: pip install .
0 commit comments