Thanks to visit codestin.com Credit goes to github.com
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.
2 parents e17947b + 9a26a63 commit 3763b5fCopy full SHA for 3763b5f
.circleci/config.yml
@@ -61,9 +61,9 @@ commands:
61
cd js
62
npm ci
63
npm run build
64
-
+
65
- when:
66
- condition:
+ condition:
67
not:
68
equal:
69
- <<parameters.pandas_version>>
@@ -315,6 +315,8 @@ jobs:
315
name: Install dependencies
316
command: |
317
cd doc
318
+ sudo apt-get update
319
+ sudo apt-get install rename
320
curl -LsSf https://astral.sh/uv/install.sh | sh
321
uv venv
322
source .venv/bin/activate
0 commit comments