We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fafa9e commit 9798033Copy full SHA for 9798033
.github/workflows/CI.yaml
@@ -76,9 +76,8 @@ jobs:
76
using Pkg
77
Pkg.activate("./julia/OpenMDAO.jl")
78
Pkg.develop(path="./julia/OpenMDAOCore.jl")
79
- Pkg.add(url="https://github.com/dingraha/CondaPkg.jl", rev="pip_editable")
80
using CondaPkg
81
- # Path needs to be relative to the CondaPkg.toml file, which is in julia/OpenMDAOCore.jl.
+ # Path needs to be relative to the CondaPkg.toml file, which is in julia/OpenMDAO.jl.
82
CondaPkg.add_pip("omjlcomps"; version="@./../../python", editable=true)
83
Pkg.instantiate()
84
Pkg.update()
0 commit comments