Skip to content

Commit

Permalink
install nbdev
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Dec 6, 2024
1 parent 5ff6668 commit eaa2aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install pip requirements
run: pip install uv && uv pip install --system ".[plotting]"
run: pip install uv && uv pip install --system ".[plotting]" nbdev

- name: Run tests
run: nbdev_test --n_workers 0 --path nbs/docs/getting-started/2_quickstart.ipynb

0 comments on commit eaa2aea

Please sign in to comment.