From 7ea87f1feafaa4e66507e0a425e8764a5b7ebe33 Mon Sep 17 00:00:00 2001 From: mattip Date: Wed, 7 Feb 2024 18:15:38 +0200 Subject: [PATCH] requirements on NumPy moved to a subdir --- .github/workflows/numpy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/numpy.yml b/.github/workflows/numpy.yml index 3d45b8b..4487aa3 100644 --- a/.github/workflows/numpy.yml +++ b/.github/workflows/numpy.yml @@ -60,7 +60,7 @@ jobs: cd repo python -m pip install --upgrade pip python -m pip install ninja - python -m pip install -r test_requirements.txt spin scipy-openblas32 + python -m pip install -r requirements/test_requirements.txt spin scipy-openblas32 spin config-openblas --with-scipy-openblas=32 - name: Install NumPy