Skip to content

Commit

Permalink
ci: install osmesa
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 10, 2025
1 parent 242da1e commit 97a02e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,13 @@ jobs:
- name: Install dependencies
run: |
pip install .
pip install .[dev]
pip install -r tests/requirements.txt
- name: Install OSMesa for Linux
if: matrix.config.os == 'ubuntu-latest'
run: sudo apt-get install -y libosmesa6-dev

- name: Run Tests
run: |
# Run the tests with coverage so we get a coverage report too
Expand Down

0 comments on commit 97a02e5

Please sign in to comment.