From d75a66e55e29e38f8cb3daf4f55a7b87ec13a7fe Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 30 May 2023 15:34:51 +0200 Subject: [PATCH] Temporarily test most recent numpy prerelease in CI --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 619570090..8656412d3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -102,6 +102,7 @@ jobs: run: | SDIST=$(python -c "import os;print(os.listdir('./dist')[-1])" 2>&1) SPACY_NUM_BUILD_JOBS=2 python -m pip install dist/$SDIST + python -m pip install -U numpy --pre shell: bash - name: Test import @@ -161,6 +162,7 @@ jobs: - name: "Install test requirements" run: | python -m pip install -U -r requirements.txt + python -m pip install -U numpy --pre - name: "Run CPU tests" run: |