File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 miniconda-version : " latest"
6161 python-version : ${{ matrix.python-version }}
6262 channels : conda-forge
63- channel-priority : flexible
63+ channel-priority : strict
6464 auto-update-conda : true
6565
6666 - name : Force-update certifi and pip
7272 - name : Install Ubuntu compilers
7373 if : matrix.os == 'ubuntu-latest'
7474 run : |
75- conda install gcc_linux-64
75+ conda install -c conda-forge gcc_linux-64
7676 pip install nlopt==2.9.0
7777
7878 # Roundabout solution on macos for proper linking with mpicc
Original file line number Diff line number Diff line change 6464 miniconda-version : ' latest'
6565 python-version : ${{ matrix.python-version }}
6666 channels : conda-forge
67- channel-priority : flexible
67+ channel-priority : strict
6868 auto-update-conda : true
6969
7070 - name : Force-update certifi
7575 - name : Install Ubuntu compilers
7676 if : matrix.os == 'ubuntu-latest'
7777 run : |
78- conda install gcc_linux-64
78+ conda install -c conda-forge gcc_linux-64
7979 pip install nlopt==2.9.0
8080
8181 # Roundabout solution on macos for proper linking with mpicc
9696 - name : Install gpcam and octave # Neither yet support 3.13
9797 if : matrix.python-version <= '3.12'
9898 run : |
99- pip install gpcam
99+ pip install gpcam==8.1.13
100100 conda install octave
101101
102102 - name : Install surmise and Tasmanian
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ dependencies:
1212 - mumps-mpi
1313 - DFO-LS
1414 - mpmath
15- - ax-platform> =0.5.0
15+ - ax-platform= =0.5.0
1616 - petsc
1717 - petsc4py
You can’t perform that action at this time.
0 commit comments