File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
conda install numpy pandas pytorch cpuonly -c pytorch
32
32
conda install -c conda-forge mpi4py mpich
33
33
pip install .[test]
34
- pip install git+https://github.com/campa-consortium/generator_standard.git@obs_type
34
+ pip install git+https://github.com/campa-consortium/generator_standard.git
35
35
pip uninstall --yes ax-platform # Run without Ax
36
36
- shell : bash -l {0}
37
37
name : Run unit tests without Ax
Original file line number Diff line number Diff line change 31
31
conda install numpy pandas pytorch cpuonly -c pytorch
32
32
conda install -c conda-forge mpi4py openmpi=5.*
33
33
pip install .[test]
34
- pip install git+https://github.com/campa-consortium/generator_standard.git@obs_type
34
+ pip install git+https://github.com/campa-consortium/generator_standard.git
35
35
- shell : bash -l {0}
36
36
name : Run unit tests with openMPI
37
37
run : |
Original file line number Diff line number Diff line change 31
31
conda install numpy pandas pytorch cpuonly -c pytorch
32
32
conda install -c conda-forge mpi4py mpich
33
33
pip install .[test]
34
- pip install git+https://github.com/campa-consortium/generator_standard.git@obs_type
34
+ pip install git+https://github.com/campa-consortium/generator_standard.git
35
35
- shell : bash -l {0}
36
36
name : Run unit tests with MPICH
37
37
run : |
You can’t perform that action at this time.
0 commit comments