Skip to content

Commit

Permalink
Merge pull request #28 from ericpre/test_against_numpy_dev
Browse files Browse the repository at this point in the history
Add numpy dev to the build testing against dependencies development version
  • Loading branch information
ericpre committed Nov 5, 2022
2 parents b0ba4c2 + 75811fb commit 1c46789
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 1c46789

Please sign in to comment.