From f68439b407101eff97f5c9918531a2d713eb3ad6 Mon Sep 17 00:00:00 2001 From: "M. Zain Sohail" Date: Tue, 11 Jun 2024 20:39:39 +0200 Subject: [PATCH] include one dataset --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3d49c5d7..88c912aa 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -77,7 +77,7 @@ jobs: run: python docs/move_changed_notebooks.py - name: Download datasets - run: python docs/download_datasets.py + run: poetry run python docs/download_datasets.py # - name: Build Flash parquet files # run: |