Build Status #1690
build.yaml
on: workflow_dispatch
Matrix: lint_and_docs
Matrix: build_js
Matrix: build_python
Matrix: build_and_test_rust
Matrix: build_emscripten_wheel
Matrix: benchmark_js
Matrix: test_js
Matrix: build_and_test_jupyterlab
Matrix: benchmark_python
Matrix: test_python
Matrix: test_emscripten_wheel
Matrix: test_python_sdist
Matrix: publish
Annotations
10 errors, 25 warnings, and 2 notices
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:74:5 › Heatmap › hierarchial Y axis:
packages/viewer-charts/test/js/helpers.ts#L90
10) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:74:5 › Heatmap › hierarchial Y axis
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
2906 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: heatmap-hierarchial-y-axis.png
Call log:
- Expect "toHaveScreenshot(heatmap-hierarchial-y-axis.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 2906 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 2906 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | threshold: DEFAULT_THRESHOLD,
92 | maxDiffPixelRatio:
93 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:108:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/heatmap.spec.ts:75:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:63:5 › Heatmap › hierarchial X axis:
packages/viewer-charts/test/js/helpers.ts#L90
9) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:63:5 › Heatmap › hierarchial X axis
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
3809 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: heatmap-hierarchial-x-axis.png
Call log:
- Expect "toHaveScreenshot(heatmap-hierarchial-x-axis.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 3809 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 3809 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | threshold: DEFAULT_THRESHOLD,
92 | maxDiffPixelRatio:
93 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:108:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/heatmap.spec.ts:64:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:52:5 › Heatmap › multi-faceted:
packages/viewer-charts/test/js/helpers.ts#L90
8) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:52:5 › Heatmap › multi-faceted
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
2083 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: heatmap-multi-faceted.png
Call log:
- Expect "toHaveScreenshot(heatmap-multi-faceted.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 2083 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 2083 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | threshold: DEFAULT_THRESHOLD,
92 | maxDiffPixelRatio:
93 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:108:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/heatmap.spec.ts:53:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:41:5 › Heatmap › diverging data with Profit:
packages/viewer-charts/test/js/helpers.ts#L90
7) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:41:5 › Heatmap › diverging data with Profit
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
1255 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: heatmap-diverging-data-with-profit.png
Call log:
- Expect "toHaveScreenshot(heatmap-diverging-data-with-profit.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 1255 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 1255 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | threshold: DEFAULT_THRESHOLD,
92 | maxDiffPixelRatio:
93 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:108:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/heatmap.spec.ts:44:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:32:5 › Heatmap › nested group_by rows:
packages/viewer-charts/test/js/helpers.ts#L90
6) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:32:5 › Heatmap › nested group_by rows
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
2988 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: heatmap-nested-group-by-rows.png
Call log:
- Expect "toHaveScreenshot(heatmap-nested-group-by-rows.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 2988 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 2988 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | threshold: DEFAULT_THRESHOLD,
92 | maxDiffPixelRatio:
93 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:108:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/heatmap.spec.ts:33:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:21:5 › Heatmap › basic:
packages/viewer-charts/test/js/helpers.ts#L90
5) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:21:5 › Heatmap › basic
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
1201 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: heatmap-basic.png
Call log:
- Expect "toHaveScreenshot(heatmap-basic.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 1201 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 1201 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | threshold: DEFAULT_THRESHOLD,
92 | maxDiffPixelRatio:
93 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:108:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/heatmap.spec.ts:22:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:52:5 › Y Candlestick › with split_by — side-by-side candles per category:
packages/viewer-charts/test/js/helpers.ts#L90
4) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:52:5 › Y Candlestick › with split_by — side-by-side candles per category
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
1040 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: y-candlestick-with-split-by-side-by-side-candles-per-category.png
Call log:
- Expect "toHaveScreenshot(y-candlestick-with-split-by-side-by-side-candles-per-category.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 1040 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 1040 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | threshold: DEFAULT_THRESHOLD,
92 | maxDiffPixelRatio:
93 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:108:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/candlestick.spec.ts:55:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:41:5 › Y Candlestick › up/down colors sampled from gradient extremes:
packages/viewer-charts/test/js/helpers.ts#L90
3) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:41:5 › Y Candlestick › up/down colors sampled from gradient extremes
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
948 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: y-candlestick-up-down-colors-sampled-from-gradient-extremes.png
Call log:
- Expect "toHaveScreenshot(y-candlestick-up-down-colors-sampled-from-gradient-extremes.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 948 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 948 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | threshold: DEFAULT_THRESHOLD,
92 | maxDiffPixelRatio:
93 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:108:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/candlestick.spec.ts:45:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:33:5 › Y Candlestick › full OHLC four-column layout:
packages/viewer-charts/test/js/helpers.ts#L90
2) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:33:5 › Y Candlestick › full OHLC four-column layout
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
277 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: y-candlestick-full-ohlc-four-column-layout.png
Call log:
- Expect "toHaveScreenshot(y-candlestick-full-ohlc-four-column-layout.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 277 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 277 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | threshold: DEFAULT_THRESHOLD,
92 | maxDiffPixelRatio:
93 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:108:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/candlestick.spec.ts:34:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:21:5 › Y Candlestick › open-only falls back to next-row open for close:
packages/viewer-charts/test/js/helpers.ts#L90
1) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:21:5 › Y Candlestick › open-only falls back to next-row open for close
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
311 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: y-candlestick-open-only-falls-back-to-next-row-open-for-close.png
Call log:
- Expect "toHaveScreenshot(y-candlestick-open-only-falls-back-to-next-row-open-for-close.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 311 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 311 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | threshold: DEFAULT_THRESHOLD,
92 | maxDiffPixelRatio:
93 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:108:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/candlestick.spec.ts:26:9
|
|
lint_and_docs (ubuntu-22.04, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_python (macos-14, aarch64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_python (ubuntu-22.04-arm, aarch64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_and_test_rust (ubuntu-22.04, x86_64, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_and_test_rust (ubuntu-22.04, x86_64, 22.x, false)
Cache paths are empty. Please check the previous logs and make sure that the python version is specified
|
|
build_and_test_rust (ubuntu-22.04, x86_64, 22.x, false)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
|
build_python (ubuntu-22.04, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_emscripten_wheel (ubuntu-22.04, x86_64, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test_emscripten_wheel (ubuntu-22.04, x86_64, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_js (ubuntu-22.04, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_python (windows-2025, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_python (windows-2025, x86_64, 3.11, 22.x, false)
No files were found with the provided path: rust/target/wheels/*.whl. No artifacts will be uploaded.
|
|
build_and_test_rust (windows-2025, x86_64, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_and_test_rust (windows-2025, x86_64, 22.x, false)
Cache paths are empty. Please check the previous logs and make sure that the python version is specified
|
|
build_and_test_rust (windows-2025, x86_64, 22.x, false)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
|
test_python (ubuntu-22.04, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test_python (ubuntu-22.04-arm, aarch64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_and_test_jupyterlab (ubuntu-22.04, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_and_test_jupyterlab (macos-14, aarch64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test_python (windows-2025, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test_js (ubuntu-22.04, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_and_test_jupyterlab (windows-2025, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
benchmark_js (ubuntu-22.04, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
benchmark_python (ubuntu-22.04, 3.11, 22.x, x86_64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test_python_sdist (ubuntu-22.04, x86_64, 3.11)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
3 passed (7.1s)
|
|
🎭 Playwright Run Summary
61 failed
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:21:5 › Y Candlestick › open-only falls back to next-row open for close
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:33:5 › Y Candlestick › full OHLC four-column layout
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:41:5 › Y Candlestick › up/down colors sampled from gradient extremes
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:52:5 › Y Candlestick › with split_by — side-by-side candles per category
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:21:5 › Heatmap › basic
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:32:5 › Heatmap › nested group_by rows
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:41:5 › Heatmap › diverging data with Profit
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:52:5 › Heatmap › multi-faceted
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:63:5 › Heatmap › hierarchial X axis
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:74:5 › Heatmap › hierarchial Y axis
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/line.spec.ts:21:5 › X/Y Line › basic x/y
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/line.spec.ts:29:5 › X/Y Line › split_by produces distinct series colors
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/line.spec.ts:38:5 › X/Y Line › date X axis with two splits
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/pan.spec.ts:29:5 › Pan › drag pans after wheel zoom
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:34:5 › Regressions › scatter split_by renders every series
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:42:5 › Regressions › line split_by renders every series
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:57:5 › Regressions › scatter string color matches legend swatches
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:70:5 › Regressions › Y Line shows series palette colors
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:83:5 › Regressions › Treemap background is transparent
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:97:5 › Regressions › Treemap with date Color uses gradient mode
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:21:5 › X/Y Scatter › basic x/y
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:28:5 › X/Y Scatter › with numeric color
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:35:5 › X/Y Scatter › with string color
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:42:5 › X/Y Scatter › with size column
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:49:5 › X/Y Scatter › split_by produces distinct series
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:57:5 › X/Y Scatter › split_by respects color column
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:65:5 › X/Y Scatter › group_by aggregates points
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:73:5 › X/Y Scatter › date X axis
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/sunburst.spec.ts:21:5 › Sunburst › basic hierarchy
[viewer-charts-desktop-chrome] › pack
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
perspective-js-benchmarks
Expired
|
219 KB |
sha256:fb00995ee98ebb6ba0c4e4586ce6d7cb3f70639188e2194fca25b08d20f2ec60
|
|
|
perspective-js-dist
Expired
|
11.5 MB |
sha256:d421f6e49fed47e16e040d1f3d751fddc673a795e2e2b4ee638a7381fd4077b0
|
|
|
perspective-js-test-results
Expired
|
3.17 MB |
sha256:d7f6e0cd6cf6985801615712afb85f760b505ffb386e03b1a44da58ade78dc32
|
|
|
perspective-metadata
Expired
|
637 KB |
sha256:22c2639f1f0a0568ec0839511d916f0e35362cd431070cad30505070b1f529dd
|
|
|
perspective-python-benchmarks
Expired
|
109 KB |
sha256:bd1036c026a8320b806cd9c52abbbfc516a05a29c331aed9bf66bbf4471346ba
|
|
|
perspective-python-dist-aarch64-macos-14-3.11
Expired
|
8.13 MB |
sha256:2b8f6153307d9f152455f65aa7bd5c103d7cd0dd8cbeff950b493f17f763fa7c
|
|
|
perspective-python-dist-aarch64-ubuntu-22.04-arm-3.11
Expired
|
5.82 MB |
sha256:5864ae06399b922709b05ca62dd31b3af20a4fcaab8eb163b3cfd0381772c3df
|
|
|
perspective-python-dist-wasm32-emscripten-3.11
Expired
|
3.1 MB |
sha256:f3ca5927b343cc138d0d5bc1a40ba488577ae30bef60b07280ebe37f19fa4db2
|
|
|
perspective-python-dist-x86_64-ubuntu-22.04-3.11
Expired
|
9.47 MB |
sha256:740561fc9dd142fa36c74574e1780ca636760a94ecbd0cde45660552ebeafbdb
|
|
|
perspective-python-dist-x86_64-windows-2025-3.11
Expired
|
7.78 MB |
sha256:c9b2a23ae1c6813bb5fe3d33758afa1147a6564364001cb250f45ab38178741a
|
|
|
perspective-python-sdist
Expired
|
3.67 MB |
sha256:af6db57cedfe0b7174eab4e489b364e46c19ed40fe078dd536864dcceb35949f
|
|
|
perspective-rust
Expired
|
1.02 MB |
sha256:b0d55114559e1349c86aa49bd2c2a9f6f2f20ca5818072958442852ac8c9543e
|
|