Skip to content

Commit

Permalink
Add numpy dev to the build testing against dependencies dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Oct 31, 2022
1 parent 20961d2 commit 75811fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75811fb

Please sign in to comment.