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: |