Skip to content

Commit 9c1e835

Browse files
committed
undo CI changes
1 parent c67893b commit 9c1e835

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,9 @@ jobs:
7979
- uses: julia-actions/setup-julia@v1
8080
with:
8181
version: "1"
82-
- run: |
83-
git fetch origin +:refs/remotes/origin/HEAD
8482
- uses: julia-actions/julia-buildpkg@latest
8583
- run: |
84+
git fetch origin +:refs/remotes/origin/HEAD
8685
julia --project=benchmark/ -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
8786
julia --project=benchmark/ -e 'using PkgBenchmark, TimeZones; export_markdown(stdout, judge(TimeZones, "origin/HEAD", verbose=false))'
8887

0 commit comments

Comments
 (0)