From fe49a3d3777fa1122f1dc88e761a720c7e2843a2 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:25:54 -0400 Subject: [PATCH] ci: test examples --- .github/workflows/ibis-backends.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ibis-backends.yml b/.github/workflows/ibis-backends.yml index 4a030a23891ec..80da162cbcf48 100644 --- a/.github/workflows/ibis-backends.yml +++ b/.github/workflows/ibis-backends.yml @@ -68,7 +68,7 @@ jobs: run: pip install 'poetry==1.8.3' - name: install ibis - run: poetry install --without dev --without docs --extras bigquery + run: poetry install --without dev --without docs --extras "bigquery examples" - uses: extractions/setup-just@v2 env: @@ -468,7 +468,7 @@ jobs: run: pip install 'poetry==1.8.3' - name: install ibis - run: poetry install --without dev --without docs --extras "${{ join(matrix.backend.extras, ' ') }}" + run: poetry install --without dev --without docs --extras "${{ join(matrix.backend.extras, ' ') }} examples" - name: install deps for broken avro-python setup if: matrix.backend.name == 'flink' @@ -663,7 +663,7 @@ jobs: run: poetry lock --no-update - name: install ibis - run: poetry install --without dev --without docs --extras "${{ join(matrix.backend.extras, ' ') }}" + run: poetry install --without dev --without docs --extras "${{ join(matrix.backend.extras, ' ') }} examples" - name: run tests run: just ci-check -m ${{ matrix.backend.name }} --numprocesses auto --dist=loadgroup @@ -749,7 +749,7 @@ jobs: run: poetry lock --no-update - name: install ibis - run: poetry install --without dev --without docs --extras pyspark + run: poetry install --without dev --without docs --extras "pyspark examples" - name: install delta-spark if: matrix.pyspark-version == '3.5'