Revert "Temporarily test most recent numpy prerelease in CI"

This reverts commit d75a66e55e.
This commit is contained in:
Adriane Boyd 2023-05-30 16:01:19 +02:00
parent d75a66e55e
commit 04246c4ef2

View File

@ -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: |