Skip to content

Commit 4a10fe7

Browse files
committed
add multilib for numpy for ubuntu builds
1 parent e8dbe9b commit 4a10fe7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
channels: conda-forge
3232
auto-activate-base: false
3333

34+
- name: Linux dependencies
35+
if: matrix.os == 'ubuntu-latest'
36+
shell: bash -l {0}
37+
run: |
38+
apt-get install gcc-multilib -y
39+
3440
- name: Dependencies
3541
shell: bash -l {0}
3642
run: |

0 commit comments

Comments
 (0)