diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b302b6..33b87c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -U -r pytest + pip install -U pytest # pip install -U . - name: Test with pytest cv2 4.6 run: |