We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded190a commit d05afc4Copy full SHA for d05afc4
1 file changed
.github/workflows/test.yml
@@ -24,9 +24,9 @@ jobs:
24
pytorch-version: 1.10.1
25
torchvision-version: 0.11.2
26
steps:
27
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@1bff120c1ad2d5f86a1099b0df16632c8da52988 # 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@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
30
- run: echo "$CONDA/envs/test/bin" >> $GITHUB_PATH
31
- run: pip install pytest
32
- run: pip install .
0 commit comments