From 92a3cbc9486662cc7f0cd68ead32ae54b1c7caba Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Fri, 23 Feb 2024 10:47:48 +0100 Subject: [PATCH] ci: use right lockfile --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7156074..48afa13 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -224,7 +224,7 @@ jobs: - run: rm -r src/ocr_suggestion - run: pip install typing-extensions - - run: pip install -r tests/requirements-testing.txt + - run: pip install -r tests/requirements-testing.lock - run: pip install sparv-ocr-suggestion-plugin --no-index --no-deps --find-links dist --force-reinstall - run: pytest