From 04246c4ef260909c887d17c64274a2bbc1e6d909 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 30 May 2023 16:01:19 +0200 Subject: [PATCH] Revert "Temporarily test most recent numpy prerelease in CI" This reverts commit d75a66e55e29e38f8cb3daf4f55a7b87ec13a7fe. --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8656412d3..619570090 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -102,7 +102,6 @@ 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 @@ -162,7 +161,6 @@ 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: |