Skip to content

Commit

Permalink
Merge pull request #1313 from flatironinstitute/dev-test_ci_fixes
Browse files Browse the repository at this point in the history
Test ci fixes
  • Loading branch information
pgunn authored Mar 29, 2024
2 parents 16cb274 + 0dbf510 commit ae20ae2
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 ae20ae2

Please sign in to comment.