From 6d9058df7a580f994a9e545916382d7eec63739c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 12 Jul 2023 23:10:56 +0300 Subject: [PATCH] Use prepackaged NumPy to avoid slow source rebuilds --- .github/workflows/test-cygwin.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test-cygwin.yml b/.github/workflows/test-cygwin.yml index e7ab6466e..250344dec 100644 --- a/.github/workflows/test-cygwin.yml +++ b/.github/workflows/test-cygwin.yml @@ -96,11 +96,6 @@ jobs: run: | bash.exe .ci/install.sh - - name: Install a different NumPy - shell: dash.exe -l "{0}" - run: | - python3 -m pip install -U numpy - - name: Build shell: bash.exe -eo pipefail -o igncr "{0}" run: |