We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b337d64 commit 6eed080Copy full SHA for 6eed080
Jenkinsfile
@@ -16,6 +16,8 @@ stage("Build and Publish") {
16
sh label: "Build Environment", script: """set -ex
17
conda env update -n ${ENV_NAME} -f static/build.yml
18
conda activate ${ENV_NAME}
19
+ pip uninstall -y d2l
20
+ pip install d2l==0.17.0
21
pip uninstall -y d2lbook
22
pip install git+https://github.com/d2l-ai/d2l-book
23
pip list
0 commit comments