Skip to content

Commit

Permalink
undo CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wynand committed Oct 7, 2021
1 parent c67893b commit 9c1e835
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: "1"
- run: |
git fetch origin +:refs/remotes/origin/HEAD
- uses: julia-actions/julia-buildpkg@latest
- run: |
git fetch origin +:refs/remotes/origin/HEAD
julia --project=benchmark/ -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
julia --project=benchmark/ -e 'using PkgBenchmark, TimeZones; export_markdown(stdout, judge(TimeZones, "origin/HEAD", verbose=false))'
Expand Down

0 comments on commit 9c1e835

Please sign in to comment.