Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Sep 13, 2024
1 parent 4546517 commit 8c25fec
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
branches: [main]
workflow_dispatch:

defaults:
run:
shell: bash -l {0}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -35,7 +31,7 @@ jobs:
run: pip install uv && uv pip install --system ".[dev]" fugue[dask,spark]>=0.8.1

- name: Run tests
run: nbdev_test --do_print --timing --flags 'distributed matplotlib polars pyarrow scipy'
run: nbdev_test --do_print --timing --flags 'datasets distributed matplotlib polars pyarrow scipy'

windows-tests:
runs-on: windows-latest
Expand All @@ -52,7 +48,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install the library
run: pip install uv && uv pip install ".[dev]" --system
run: pip install uv && uv pip install --system ".[dev]"

- name: Run tests
run: nbdev_test --do_print --timing --flags 'datasets matplotlib polars pyarrow scipy'
Expand Down

0 comments on commit 8c25fec

Please sign in to comment.