Skip to content

Commit

Permalink
remove pinned ojs
Browse files Browse the repository at this point in the history
  • Loading branch information
boshek committed Mar 14, 2024
1 parent d9d6f30 commit df88fe6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crossbow-nightly-report/crossbow-nightly-report.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ trendPlot = function(data) {
```

```{ojs setup-ojs}
// import newer observable
Plot = await import("https://esm.sh/@observablehq/plot");
import { aq, op } from '@uwdata/arquero';
parser = d3.timeParse("%Y-%m-%d");
import {slider as slide} from "@jashkenas/inputs"; // more configurable slider
Expand Down Expand Up @@ -262,7 +260,7 @@ trendPlot(passPctDateSub)
```{r build_status}
#| results: asis
# this file can be generated with `archery crossbow check-config > all.yml`
tasks <- yaml.load_file("../all.yml")
tasks <- yaml.load_file("all.yml")
tests <- tasks$groups[["nightly-tests"]]
packaging <- tasks$groups[["nightly-packaging"]]
Expand Down

0 comments on commit df88fe6

Please sign in to comment.