CI: Stop testing numpy imports

Install seems to be working now.

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
DWesl 2022-05-07 07:42:40 -04:00 committed by GitHub
parent b670df828d
commit 7c97d84576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,12 +73,6 @@ jobs:
shell: dash.exe -l "{0}"
run: |
python3 -m pip install -U 'numpy!=1.21.*'
- name: Check imports
shell: dash.exe -l "{0}"
run: |
python3 -c 'import numpy as np; print(np.__version__)'
- name: Build
shell: bash.exe -eo pipefail -o igncr "{0}"
run: |