We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3afcf7 commit 62721e9Copy full SHA for 62721e9
.circleci/config.yml
@@ -236,6 +236,11 @@ jobs:
236
curl -LsSf https://astral.sh/uv/install.sh | sh
237
uv venv
238
source .venv/bin/activate
239
+ uv pip install jupyter
240
+ cd js
241
+ npm i
242
+ npm run build
243
+ cd ..
244
uv pip install -e .
245
uv pip install -r ./test_requirements/requirements_core.txt black inflect jupyterlab
246
- run:
0 commit comments