Skip to content

Commit 4f44e2f

Browse files
authored
Merge branch 'compile-against-wasm' into icechunk-js
2 parents 92a7433 + faa5500 commit 4f44e2f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+103
-67
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ build:
88
jobs:
99
install:
1010
- which mamba
11-
- cd icechunk-python && maturin build && pip install "$(ls ../target/wheels/*.whl | head -n 1)" && pip install --group docs && cd ../docs
11+
- cd icechunk-python && maturin build && pip install "$(ls ../target/wheels/*.whl | head -n 1)" && pip install --group docs && cd docs
1212
- mamba list
1313
# - cd icechunk-python && maturin develop && cd ../docs
1414

1515
conda:
16-
environment: docs/doc-env.yml
16+
environment: icechunk-python/docs/doc-env.yml
1717
mkdocs:
18-
configuration: docs/mkdocs.yml
18+
configuration: icechunk-python/docs/mkdocs.yml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)