Skip to content

Commit 1fd21f9

Browse files
committed
ci: install turbo-jpeg for tests
1 parent 216ed29 commit 1fd21f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Install OSMesa for Linux
6060
if: matrix.config.os == 'ubuntu-latest'
61-
run: sudo apt-get install -y libosmesa6-dev
61+
run: sudo apt-get install -y libosmesa6-dev libturbojpeg
6262

6363
- name: Set Up Node
6464
uses: actions/setup-node@v4
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Install and Run Tests
7575
run: |
76-
pip install .
76+
pip install ".[turbo]"
7777
pip install -r tests/requirements.txt
7878
pytest -s ./tests
7979
env:

0 commit comments

Comments
 (0)