From 91046377d21111cc6724116ae6b662380c970559 Mon Sep 17 00:00:00 2001 From: Pekka T Savolainen Date: Thu, 28 Nov 2024 17:02:39 +0200 Subject: [PATCH] Install pandas and spinedb-api for the embedded Python --- .github/workflows/make_bundle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make_bundle.yml b/.github/workflows/make_bundle.yml index 7bfe459b6..fb6efef85 100644 --- a/.github/workflows/make_bundle.yml +++ b/.github/workflows/make_bundle.yml @@ -65,7 +65,7 @@ jobs: run: | cd embedded-python/Scripts ./pip.exe --version - ./pip.exe install ipykernel jill + ./pip.exe install ipykernel jill pandas spinedb-api - name: List packages in embedded Python run: | cd embedded-python/Scripts