Skip to content

Commit e7e359f

Browse files
committed
Move CI to main generator standard branch
1 parent ff92723 commit e7e359f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/unix-noax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
conda install numpy pandas pytorch cpuonly -c pytorch
3232
conda install -c conda-forge mpi4py mpich
3333
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
3535
pip uninstall --yes ax-platform # Run without Ax
3636
- shell: bash -l {0}
3737
name: Run unit tests without Ax

.github/workflows/unix-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
conda install numpy pandas pytorch cpuonly -c pytorch
3232
conda install -c conda-forge mpi4py openmpi=5.*
3333
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
3535
- shell: bash -l {0}
3636
name: Run unit tests with openMPI
3737
run: |

.github/workflows/unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
conda install numpy pandas pytorch cpuonly -c pytorch
3232
conda install -c conda-forge mpi4py mpich
3333
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
3535
- shell: bash -l {0}
3636
name: Run unit tests with MPICH
3737
run: |

0 commit comments

Comments
 (0)