From bef8db9a6d21dca0674af77459e501b1624ca717 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Sat, 24 Sep 2022 15:29:38 +0100 Subject: [PATCH] Add numpy dev to the build testing against dependencies dev --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2836452..d15296a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,9 +32,7 @@ jobs: EXTENSION_VERSION: 'dev' # numba dev version is installed separately from numba/label/dev channel # others are installed as wheels from - # https://pypi.anaconda.org/scipy-wheels-nightly/simple - # add numpy when it is working again (import error) - DEPENDENCIES: numba scipy scikit-image scikit-learn + DEPENDENCIES: numpy numba scipy scikit-image scikit-learn USE_MAMBA: false - DEPENDENCIES_PRE_RELEASE: true LABEL: -dependencies_pre_release