File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 26
26
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
27
27
hashFiles('etc/example-environment.yml') }}
28
28
activate-environment : foo
29
- python-version : 3.9
29
+ python-version : 3.8
30
30
channels : conda-forge
31
31
allow-softlinks : true
32
32
channel-priority : strict
@@ -37,14 +37,13 @@ jobs:
37
37
conda config --add channels conda-forge
38
38
conda config --set channel_priority strict
39
39
conda info
40
- conda install python==3.9 pytorch==1.13.0 pytest pytest-xdist numpy hypothesis -y
40
+ conda install python==3.8 pytorch pytest pytest-xdist numpy hypothesis -y
41
41
conda list
42
42
conda config --show-sources
43
- # conda config --show
44
43
- run : |
45
44
echo $PWD
46
45
ls -l
47
46
- name : Run tests
48
47
run : |
49
- pytest torch_np/ -v - s -n 2 --runslow
48
+ pytest torch_np/ -s -n 2 --runslow
50
49
You can’t perform that action at this time.
0 commit comments