From 75d7d2dc276787c4ae234db9944190ab770c702d Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Mon, 13 Mar 2023 14:02:24 +0100 Subject: [PATCH] Fix thinc-apple-ops test to run for python 3.11 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ad380d39a..d4f681c4d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -187,7 +187,7 @@ jobs: run: | python -m pip install 'spacy[apple]' python -m pytest --pyargs spacy - if: startsWith(matrix.os, 'macos') && matrix.python_version == '3.8' + if: startsWith(matrix.os, 'macos') && matrix.python_version == '3.11' - run: | python .github/validate_universe_json.py website/meta/universe.json