We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17947b commit 9a26a63Copy full SHA for 9a26a63
.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