From 20f9f61e472f939e064ff0f2f394bf7e1c37ca5e Mon Sep 17 00:00:00 2001 From: Sam Albers Date: Fri, 15 Mar 2024 19:28:12 -0700 Subject: [PATCH] Update quarto and remove esm import (#82) After doing #81 I realized that this report likely would need the same treatment. --- .github/workflows/performance-release-report.yml | 2 +- performance-release-report/performance-release-report.qmd | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/performance-release-report.yml b/.github/workflows/performance-release-report.yml index ac4bd7f3304..2f9058b4f05 100644 --- a/.github/workflows/performance-release-report.yml +++ b/.github/workflows/performance-release-report.yml @@ -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 diff --git a/performance-release-report/performance-release-report.qmd b/performance-release-report/performance-release-report.qmd index 895534eb3d9..5b02f1f0cb5 100644 --- a/performance-release-report/performance-release-report.qmd +++ b/performance-release-report/performance-release-report.qmd @@ -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)) @@ -612,4 +611,4 @@ mbPlot = { div.main-container { max-width: 2000px; } -``` \ No newline at end of file +```