We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6354f commit 1f731faCopy full SHA for 1f731fa
2 files changed
.github/workflows/basic.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Install Ubuntu compilers
73
if: matrix.os == 'ubuntu-latest'
74
run: |
75
- conda install gcc_linux-64
+ conda install -c conda-forge gcc_linux-64
76
pip install nlopt==2.9.0
77
78
# Roundabout solution on macos for proper linking with mpicc
.github/workflows/extra.yml
@@ -75,7 +75,7 @@ jobs:
79
80
81
0 commit comments