Skip to content

Commit

Permalink
ci: do not run backend doctests on windows because it currently is no…
Browse files Browse the repository at this point in the history
…t possible
  • Loading branch information
cpcloud committed Sep 11, 2024
1 parent d16deee commit f5237df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ jobs:
IBIS_EXAMPLES_DATA: ${{ runner.temp }}/examples-${{ matrix.backend.name }}-${{ matrix.os }}-${{ steps.install_python.outputs.python-version }}

- name: "run backend doctests: ${{ matrix.backend.name }}"
if: matrix.os == 'ubuntu-latest'
run: just backend-doctests ${{ matrix.backend.name }}
env:
FLINK_REMOTE_CLUSTER_ADDR: localhost
Expand Down

0 comments on commit f5237df

Please sign in to comment.