Skip to content

Commit

Permalink
Re-enable the b3 dev test in JenkinsfileRT
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlpstsci committed Jul 21, 2023
1 parent bc9f5a2 commit e3f38b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ bc4.conda_packages = ['python=3.11']
// Spawn a host (or workdir) for each combination and run in parallel.
// Also apply the job configuration defined in `jobconfig` above.
//utils.run([bc1, bc3, bc4, jobconfig])
utils.run([bc1, jobconfig])
utils.run([bc1, b3, jobconfig])

0 comments on commit e3f38b2

Please sign in to comment.