Skip to content

Commit

Permalink
Remove duplicate "with" statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeoV committed May 24, 2024
1 parent a58815b commit a79d7b1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ jobs:
${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
with:
path: ~/.julia/artifacts
key: runner.os−test−env.cache−name−{{ hashFiles('**/Project.toml') }}
restore-keys: |
runner.os−test−
${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- name: Run benchmark
run: |
cd benchmarks
Expand Down

0 comments on commit a79d7b1

Please sign in to comment.