From 7c97d8457621ed205406d1abddcef739aabc2f25 Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Sat, 7 May 2022 07:42:40 -0400 Subject: [PATCH] CI: Stop testing numpy imports Install seems to be working now. Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- .github/workflows/test-cygwin.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test-cygwin.yml b/.github/workflows/test-cygwin.yml index 42f5f2975..3ff3a15af 100644 --- a/.github/workflows/test-cygwin.yml +++ b/.github/workflows/test-cygwin.yml @@ -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: |