Skip to content

Commit

Permalink
Try to fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Mar 24, 2022
1 parent 9cf297d commit a353fdc
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 133 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: '^1.6.0-0'
version: '1.7'
- name: Cache artifacts
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.julia/artifacts
Expand Down
Loading

0 comments on commit a353fdc

Please sign in to comment.