From a9fd435af11c9130a3ffd423f2c667e768c1f84b Mon Sep 17 00:00:00 2001 From: dangotbanned <125183946+dangotbanned@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:16:37 +0100 Subject: [PATCH] ci: Introduce `vl_convert` dependency to GH `Test that schema generation has no effect` https://github.com/vega/altair/issues/3519#issuecomment-2267875356 https://github.com/vega/altair/actions/runs/10263632193/job/28395892206?pr=3523 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf610d104..e32bc5b1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,6 +42,7 @@ jobs: pip install pandas==0.25.3 numpy==1.17.5 - name: Test that schema generation has no effect run: | + pip install vl-convert-python python tools/generate_schema_wrapper.py # This gets the paths of all files which were either deleted, modified # or are not yet tracked by Git