Skip to content

Commit

Permalink
install/cache OpenCV *gl dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Apr 18, 2024
1 parent 40a5c55 commit 2b5e6e0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/run-unit-tests_conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,24 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-20.04, windows-latest ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
python-version: ['3.9', '3.10', '3.11']

steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Install / cache GL packages for OpenCV
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: |
mesa-libGL
mesa-libEGL
libglvnd-egl
libglvnd-glx
libglvnd-opengl
version: 1.0

- name: Set up conda
uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit 2b5e6e0

Please sign in to comment.