Skip to content

Commit 1f731fa

Browse files
committed
Try force conda-forge gcc_linux
1 parent 7b6354f commit 1f731fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/basic.yml

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

0 commit comments

Comments
 (0)