Skip to content

Commit

Permalink
fix 🐛 in release pipeline due to deps in pymanopt and surprise
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgfierro committed Jan 13, 2022
1 parent 652d101 commit 6003323
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ci/azure_pipeline_test/release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
task_name: "Test - Unit Linux CPU"
conda_env: "release_unit_linux_cpu"
conda_opts: "python=3.6"
pip_opts: "[experimental,dev] --no-cache --no-binary scikit-surprise"
pip_opts: "[experimental,dev] 'scikit-surprise@https://github.com/NicolasHug/Surprise/archive/refs/tags/v1.1.1.tar.gz' 'pymanopt@https://github.com/pymanopt/pymanopt/archive/fb36a272cdeecb21992cfd9271eb82baafeb316d.zip' --no-cache --no-binary scikit-surprise"
pytest_markers: "not notebooks and not spark and not gpu"
install: "release"
package: "publish"
Expand All @@ -35,7 +35,7 @@ jobs:
task_name: "Test - Unit Notebook Linux CPU"
conda_env: "release_unit_notebook_linux_cpu"
conda_opts: "python=3.6"
pip_opts: "[experimental,examples,dev] --no-cache --no-binary scikit-surprise"
pip_opts: "[experimental,examples,dev] 'scikit-surprise@https://github.com/NicolasHug/Surprise/archive/refs/tags/v1.1.1.tar.gz' 'pymanopt@https://github.com/pymanopt/pymanopt/archive/fb36a272cdeecb21992cfd9271eb82baafeb316d.zip' --no-cache --no-binary scikit-surprise"
pytest_markers: "notebooks and not spark and not gpu"
install: "release"

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
timeout: 180
conda_env: "release_nightly_linux_cpu"
conda_opts: "python=3.6"
pip_opts: "[experimental,examples,dev] --no-cache --no-binary scikit-surprise"
pip_opts: "[experimental,examples,dev] 'scikit-surprise@https://github.com/NicolasHug/Surprise/archive/refs/tags/v1.1.1.tar.gz' 'pymanopt@https://github.com/pymanopt/pymanopt/archive/fb36a272cdeecb21992cfd9271eb82baafeb316d.zip' --no-cache --no-binary scikit-surprise"
pytest_markers: "not spark and not gpu"
install: "release"

Expand Down

0 comments on commit 6003323

Please sign in to comment.