Skip to content

Commit 6eed080

Browse files
authoredSep 17, 2021
force to uninstall d2l and reinstall d2l==0.17.0
1 parent b337d64 commit 6eed080

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Jenkinsfile

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ stage("Build and Publish") {
1616
sh label: "Build Environment", script: """set -ex
1717
conda env update -n ${ENV_NAME} -f static/build.yml
1818
conda activate ${ENV_NAME}
19+
pip uninstall -y d2l
20+
pip install d2l==0.17.0
1921
pip uninstall -y d2lbook
2022
pip install git+https://github.com/d2l-ai/d2l-book
2123
pip list

0 commit comments

Comments
 (0)
Please sign in to comment.