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 74724a5 commit b8375f3Copy full SHA for b8375f3
.circleci/config.yml
@@ -273,8 +273,9 @@ jobs:
273
- run:
274
name: initial NPM Build
275
command: |
276
- python -m venv venv
277
- . venv/bin/activate
+ curl -LsSf https://astral.sh/uv/install.sh | sh
+ uv venv
278
+ source .venv/bin/activate
279
uv pip install jupyter
280
cd plotly/labextension
281
npm ci
@@ -284,8 +285,8 @@ jobs:
284
285
286
name: PyPI Build
287
288
- pip install build
289
+ uv pip install build
290
python -m build --sdist --wheel -o dist
291
cp -R dist output
292
git status
0 commit comments