Skip to content

Commit

Permalink
Merge pull request #234 from Quansight-Labs/peterbell10/scipy-ci
Browse files Browse the repository at this point in the history
Test uarray against released version of SciPy
  • Loading branch information
hameerabbasi committed Mar 26, 2020
2 parents 059dade + 0794f78 commit 91803c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ variables:
CIBW_TEST_COMMAND: "pip install -r {project}/requirements/tests.txt && pytest --pyargs uarray"
CIBW_BUILD: cp3?-*
CIBW_SKIP: cp34-* cp27-*
PRE_WHEELS: "https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"

jobs:
- job: Linux
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-test-scipy-fft.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.5'}}
- bash: |
python -m pip install --pre --upgrade -f $PRE_WHEELS scipy
python -m pip install "scipy==1.4"
python -m pip install pytest
python -m pip install .
displayName: Install dependencies
Expand Down

0 comments on commit 91803c3

Please sign in to comment.