diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index b58f8322dc..fed553dd74 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -48,9 +48,6 @@ jobs: - name: Test with pytest run: | make test integration-test - - name: test to ensure that --editable install works - run: | - make install-dev; ocrd --version - name: Lint with flake8 run: | python -m pip install flake8