Skip to content

Commit

Permalink
Github/CI: Add sudo install of Ubuntu packages to hopefully meet open…
Browse files Browse the repository at this point in the history
…cv build requirements
  • Loading branch information
pgunn committed Mar 29, 2024
1 parent 16cb274 commit 0dbf510
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
environment-file: environment.yml
activate-environment: caiman

- name: Install OS Dependencies
shell: bash -l {0}
run: |
sudo apt-get install libglapi-mesa libegl-mesa0 libegl1 libopengl0 libgl1-mesa-glx
- name: Install Dependencies
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 0dbf510

Please sign in to comment.