Skip to content

Commit

Permalink
Install onnxruntime in linux and macos conda CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Apr 26, 2023
1 parent aecb180 commit e8e675c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/conda-forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,17 @@ jobs:
if: contains(matrix.os, 'ubuntu')
shell: bash -l {0}
run: |
# See https://github.com/robotology/robotology-superbuild/issues/477
mamba install expat-cos6-x86_64 libselinux-cos6-x86_64 libxau-cos6-x86_64 libxcb-cos6-x86_64 libxdamage-cos6-x86_64 libxext-cos6-x86_64 libxfixes-cos6-x86_64 libxxf86vm-cos6-x86_64 mesalib mesa-libgl-cos6-x86_64 mesa-libgl-devel-cos6-x86_64
mamba install expat-cos6-x86_64 libselinux-cos6-x86_64 libxau-cos6-x86_64 libxcb-cos6-x86_64 \
libxdamage-cos6-x86_64 libxext-cos6-x86_64 libxfixes-cos6-x86_64 \
libxxf86vm-cos6-x86_64 mesalib mesa-libgl-cos6-x86_64 \
mesa-libgl-devel-cos6-x86_64 onnxruntime
- name: maxOS-only Dependencies [macOS]
if: contains(matrix.os, 'macos')
shell: bash -l {0}
run: |
mamba install onnxruntime
- name: Windows-only Dependencies [Windows]
if: contains(matrix.os, 'windows')
Expand Down

0 comments on commit e8e675c

Please sign in to comment.