Skip to content

Commit 9798033

Browse files
committed
CI tweaks
1 parent 5fafa9e commit 9798033

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ jobs:
7676
using Pkg
7777
Pkg.activate("./julia/OpenMDAO.jl")
7878
Pkg.develop(path="./julia/OpenMDAOCore.jl")
79-
Pkg.add(url="https://github.com/dingraha/CondaPkg.jl", rev="pip_editable")
8079
using CondaPkg
81-
# Path needs to be relative to the CondaPkg.toml file, which is in julia/OpenMDAOCore.jl.
80+
# Path needs to be relative to the CondaPkg.toml file, which is in julia/OpenMDAO.jl.
8281
CondaPkg.add_pip("omjlcomps"; version="@./../../python", editable=true)
8382
Pkg.instantiate()
8483
Pkg.update()

0 commit comments

Comments
 (0)