Skip to content

Commit 6003323

Browse files
committed
fix 🐛 in release pipeline due to deps in pymanopt and surprise
1 parent 652d101 commit 6003323

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ci/azure_pipeline_test/release_pipeline.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
task_name: "Test - Unit Linux CPU"
2424
conda_env: "release_unit_linux_cpu"
2525
conda_opts: "python=3.6"
26-
pip_opts: "[experimental,dev] --no-cache --no-binary scikit-surprise"
26+
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"
2727
pytest_markers: "not notebooks and not spark and not gpu"
2828
install: "release"
2929
package: "publish"
@@ -35,7 +35,7 @@ jobs:
3535
task_name: "Test - Unit Notebook Linux CPU"
3636
conda_env: "release_unit_notebook_linux_cpu"
3737
conda_opts: "python=3.6"
38-
pip_opts: "[experimental,examples,dev] --no-cache --no-binary scikit-surprise"
38+
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"
3939
pytest_markers: "notebooks and not spark and not gpu"
4040
install: "release"
4141

@@ -93,7 +93,7 @@ jobs:
9393
timeout: 180
9494
conda_env: "release_nightly_linux_cpu"
9595
conda_opts: "python=3.6"
96-
pip_opts: "[experimental,examples,dev] --no-cache --no-binary scikit-surprise"
96+
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"
9797
pytest_markers: "not spark and not gpu"
9898
install: "release"
9999

0 commit comments

Comments
 (0)