Skip to content

Commit

Permalink
Do not set conda version in Jenkinsfile(s) (spacetelescope#8585)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunkeler authored Jun 21, 2024
1 parent 10501f2 commit 5a89d78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ bc0 = new BuildConfig()
bc0.nodetype = 'jwst'
bc0.name = 'stable-deps'
bc0.env_vars = env_vars
bc0.conda_ver = '22.11.1'
bc0.conda_packages = [
"python=${python_version}",
]
Expand Down
1 change: 0 additions & 1 deletion JenkinsfileRT_dev
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ bc0 = new BuildConfig()
bc0.nodetype = 'jwst'
bc0.name = 'unstable-deps'
bc0.env_vars = env_vars
bc0.conda_ver = '22.11.1'
bc0.conda_packages = [
"python=${python_version}",
]
Expand Down

0 comments on commit 5a89d78

Please sign in to comment.