Fix mallinfo use
#1756
Annotations
2 errors and 1 warning
|
Run Jupyter Tests
Process completed with exit code 1.
|
|
Run Jupyter Tests
Error: PSP_SNAPSHOT_REPO is required when fetching snapshots (e.g. 'perspective-dev/perspective-snapshots').
at src/js/snapshot-sync.ts:81
79 | const repo = process.env.PSP_SNAPSHOT_REPO;
80 | if (!repo) {
> 81 | throw new Error(
| ^
82 | "PSP_SNAPSHOT_REPO is required when fetching snapshots (e.g. 'perspective-dev/perspective-snapshots').",
83 | );
84 | }
at fetchSnapshots (/home/runner/work/perspective/perspective/tools/test/src/js/snapshot-sync.ts:81:15)
at run (/home/runner/work/perspective/perspective/tools/test/src/js/global_startup.ts:17:15)
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading