Unverified Commit 522e9e15 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Remove jpeg dep for type-checking (#5943)

parent 22400011
...@@ -322,9 +322,6 @@ jobs: ...@@ -322,9 +322,6 @@ jobs:
docker: docker:
- image: cimg/python:3.7 - image: cimg/python:3.7
steps: steps:
- apt_install:
args: libturbojpeg-dev
descr: Install additional system libraries
- checkout - checkout
- install_torchvision: - install_torchvision:
editable: true editable: true
......
...@@ -322,9 +322,6 @@ jobs: ...@@ -322,9 +322,6 @@ jobs:
docker: docker:
- image: cimg/python:3.7 - image: cimg/python:3.7
steps: steps:
- apt_install:
args: libturbojpeg-dev
descr: Install additional system libraries
- checkout - checkout
- install_torchvision: - install_torchvision:
editable: true editable: true
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment