Skip to content

Commit 6b5a28c

Browse files
authored
Merge branch 'main' into resolve-upstream-dask
2 parents ac6dad4 + 6623597 commit 6b5a28c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/conda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
conda mambabuild continuous_integration/recipe \
6262
--python ${{ matrix.python }} \
6363
--variants "{target_platform: [${{ matrix.arch }}]}" \
64+
--error-overlinking \
6465
--no-test \
6566
--no-anaconda-upload \
6667
--output-folder packages

continuous_integration/recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ requirements:
3232
- python
3333
- setuptools-rust
3434
- libprotobuf
35+
- xz # [linux64]
3536
run:
3637
- python
3738
- dask >=2022.3.0

0 commit comments

Comments
 (0)