File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
- shell : bash -l {0}
29
29
name : Install dependencies
30
30
run : |
31
- conda install numpy pandas pytorch cpuonly -c pytorch
32
- conda install -c conda-forge mpi4py openmpi
31
+ conda install numpy=1 pandas pytorch cpuonly -c pytorch
32
+ conda install -c conda-forge mpi4py openmpi=5.*
33
33
pip install .[test]
34
34
- shell : bash -l {0}
35
35
name : Run unit tests with openMPI
Original file line number Diff line number Diff line change 28
28
- shell : bash -l {0}
29
29
name : Install dependencies
30
30
run : |
31
- conda install numpy pandas pytorch cpuonly -c pytorch
31
+ conda install numpy=1 pandas pytorch cpuonly -c pytorch
32
32
conda install -c conda-forge mpi4py mpich
33
33
pip install .[test]
34
34
- shell : bash -l {0}
Original file line number Diff line number Diff line change 64
64
65
65
# Autoremoves unused Python imports
66
66
- repo : https://github.com/hadialqattan/pycln
67
- rev : v2.4 .0
67
+ rev : v2.5 .0
68
68
hooks :
69
69
- id : pycln
70
70
name : pycln (python)
You can’t perform that action at this time.
0 commit comments