Skip to content

Commit

Permalink
TODO: drop this
Browse files Browse the repository at this point in the history
  • Loading branch information
Wynand committed Oct 7, 2021
1 parent 9c1e835 commit 2c3651c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- 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))'
julia --project=benchmark/ -e 'using PkgBenchmark, TimeZones; export_markdown(stdout, judge(TimeZones, "wy/clean-benchmark", verbose=false))'
doctest:
name: Documentation - Julia ${{ matrix.version }}
Expand Down

0 comments on commit 2c3651c

Please sign in to comment.