Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
talmo committed Apr 5, 2024
1 parent f4d2bc1 commit 41ed3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ on:
- "tests/**"
- ".github/workflows/ci.yml"
- "environment.yml"
- "setup.cfg"

jobs:
# Lint with black and docstring check with pydocstyle
Expand Down Expand Up @@ -99,6 +98,7 @@ jobs:
if: ${{ startsWith(matrix.os, 'ubuntu') && matrix.python == 3.9 }}
shell: bash -l {0}
run: |
apt-get update && apt-get install libglapi-mesa libegl-mesa0 libegl1 libopengl0 libgl1-mesa-glx # https://github.com/conda-forge/opencv-feedstock/issues/401
pytest --cov=sleap_io --cov-report=xml tests/
- name: Upload coverage
Expand Down

0 comments on commit 41ed3fb

Please sign in to comment.