Skip to content

Commit

Permalink
ci: test examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 11, 2024
1 parent bac76ff commit fe49a3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit fe49a3d

Please sign in to comment.