Skip to content

Commit

Permalink
change file in PkgEval.jl for debug version
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper committed Dec 22, 2024
1 parent 744a066 commit 7e7eda7
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ 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("Test");
Pkg.add(path="./PkgEval.jl")'
Pkg.develop(path="./PkgEval.jl")'
julia --project=. ./test/eval.jl
Loading

0 comments on commit 7e7eda7

Please sign in to comment.