From 8b9f61507a51dfc1ae0999c9c0b7889af599a83b Mon Sep 17 00:00:00 2001 From: scito Date: Sun, 1 Jan 2023 13:42:34 +0100 Subject: [PATCH] fix install pytest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |