diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6577cd7..0ef4d66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Install ZanzoCam run: | sudo apt-get install language-pack-it wireless-tools - pip install Pillow requests piexif pytest pytest-coverage pytest-subprocess freezegun coveralls flask + pip install Pillow requests piexif pytest pytest-coverage pytest-subprocess freezegun coveralls pip install --no-deps -e . - name: Unit tests