Skip to content

Commit

Permalink
add PkgBuild Conda to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Nov 27, 2024
1 parent cc5a2fb commit 6861e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PythonSetupForIFTPipeline.jl/setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ using Pkg
Pkg.instantiate()

# Initialize the Conda environment
Pkg.build("Conda")
using Conda

# Add the dependencies to the Conda environment
Expand Down

0 comments on commit 6861e0d

Please sign in to comment.