Skip to content

Commit

Permalink
test force-adding wflow through dev install
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostBuitink committed Mar 13, 2024
1 parent 41ae8c1 commit ede239a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test-wflow-cov = { cmd = "julia --project --eval 'using Pkg; Pkg.test(coverage=t
test-wflow-server = { cmd = "julia --project=server --eval 'using Pkg; Pkg.test(\"WflowServer\", coverage=true)'", depends_on = [
"instantiate-wflow-server",
] }
instantiate-wflow-server = "julia --project=server --eval 'using Pkg; Pkg.instantiate()'"
instantiate-wflow-server = "julia --project=server --eval 'using Pkg; Pkg.instantiate(); Pkg.develop(path=\"./\")'"

[dependencies]
juliaup = "*"
Expand Down

0 comments on commit ede239a

Please sign in to comment.