Skip to content

Commit

Permalink
added PkgEval-debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper committed Dec 20, 2024
1 parent c785f3c commit 4c7ff40
Show file tree
Hide file tree
Showing 2 changed files with 413 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,12 @@ jobs:
- name: "Run PkgEval"
run: |
git clone https://github.com/JuliaCI/PkgEval.jl.git
cp -rf test/PkgEvalDbg/* PkgEval.jl
ls -a -l PkgEval.jl/src
julia --project=. -e '
import Pkg;
Pkg.instantiate();
Pkg.add(path="./PkgEval.jl")'
Pkg.develop(path="./PkgEval.jl")'
julia --project=. ./test/eval.jl
Loading

0 comments on commit 4c7ff40

Please sign in to comment.