diff --git a/.github/workflows/pytest-builds.yml b/.github/workflows/pytest-builds.yml index cddb137..b4d6543 100644 --- a/.github/workflows/pytest-builds.yml +++ b/.github/workflows/pytest-builds.yml @@ -27,25 +27,17 @@ jobs: run: | python -m pip install -U pip python -m pip install . - python -m pip install pytest coverage pytest-cov python -m pip install git+https://github.com/pydicom/pylibjpeg-data + python -m pip install pytest coverage pytest-cov - name: Run pytest run: | - pytest --cov openjpeg --ignore=openjpeg/src/openjpeg - - - name: Install pydicom release and rerun pytest - run: | - pip install pydicom pytest --cov pylibjpeg - - name: Install -libjpeg plugin rerun pytest + - name: Install -libjpeg and -openjpeg plugins and rerun pytest run: | + pip install pydicom pip install git+https://github.com/pydicom/pylibjpeg-libjpeg - pytest --cov pylibjpeg - - - name: Install -openjpeg plugin rerun pytest - run: | pip install git+https://github.com/pydicom/pylibjpeg-openjpeg pytest --cov pylibjpeg diff --git a/README.md b/README.md index fa5e3e6..1ef985a 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ plugins come in. To support a given JPEG format or DICOM Transfer Syntax you first have to install the corresponding package: #### JPEG Format -| Format | Decode? | Encode? | Plugin | Based on | Included? | +| Format | Decode? | Encode? | Plugin | Based on | |---|------|---|---|---|---| -| JPEG, JPEG-LS and JPEG XT | Yes | No | [pylibjpeg-libjpeg][1] | [libjpeg][2] | No | -| JPEG 2000 | Yes | No | [pylibjpeg-openjpeg][3] | [openjpeg][4] | Yes | +| JPEG, JPEG-LS and JPEG XT | Yes | No | [pylibjpeg-libjpeg][1] | [libjpeg][2] | +| JPEG 2000 | Yes | No | [pylibjpeg-openjpeg][3] | [openjpeg][4] | #### DICOM Transfer Syntax