Skip to content

Commit

Permalink
Update quarto and remove esm import (#82)
Browse files Browse the repository at this point in the history
After doing #81 I realized that this report likely would need the same
treatment.
  • Loading branch information
boshek committed Mar 16, 2024
1 parent a601c3e commit 20f9f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/performance-release-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: 1.3.450
version: '1.4.549'

- name: Install libcurl on ubuntu
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions performance-release-report/performance-release-report.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ ojs_define(ojs_pn_lab = unique(micro_bm_proced$pn_lab))
```

```{ojs setup-micro-bm}
Plot = await import("https://esm.sh/@observablehq/plot");
import { aq, op } from '@uwdata/arquero';
boxWidth = 900
microBmProced = aq.from(transpose(ojs_micro_bm_proced))
Expand Down Expand Up @@ -612,4 +611,4 @@ mbPlot = {
div.main-container {
max-width: 2000px;
}
```
```

0 comments on commit 20f9f61

Please sign in to comment.