Skip to content

Commit 7056cce

Browse files
committed
Merge branch 'resolve-upstream-dask' of github.com:charlesbluca/dask-sql into resolve-upstream-dask
2 parents d37ce6f + 6b5a28c commit 7056cce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.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)