Skip to content

Commit

Permalink
docs ci fixed (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshin23 authored Mar 8, 2024
1 parent 5f3efa3 commit 64469bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Pkg

MADNLP_DIR = pwd()

Pkg.develop(path=joinpath(MADNLP_DIR, "lib", "MadNLPTests"))
Pkg.develop(path=MADNLP_DIR)
Pkg.develop(PackageSpec(path=joinpath(dirname(@__FILE__), "../lib/MadNLPTests/")))
Pkg.instantiate()

0 comments on commit 64469bf

Please sign in to comment.