Skip to content

Commit 0bcba6d

Browse files
authored
Try force conda-forge gcc_linux (#1570)
* Make strict and lock gpcam and Ax versions
1 parent 7b6354f commit 0bcba6d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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
@@ -72,7 +72,7 @@ jobs:
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

.github/workflows/extra.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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
@@ -75,7 +75,7 @@ jobs:
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
@@ -96,7 +96,7 @@ jobs:
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

install/gen_deps_environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)