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 d37ce6f + 6b5a28c commit 7056cceCopy full SHA for 7056cce
.github/workflows/conda.yml
@@ -61,6 +61,7 @@ jobs:
61
conda mambabuild continuous_integration/recipe \
62
--python ${{ matrix.python }} \
63
--variants "{target_platform: [${{ matrix.arch }}]}" \
64
+ --error-overlinking \
65
--no-test \
66
--no-anaconda-upload \
67
--output-folder packages
continuous_integration/recipe/meta.yaml
@@ -32,6 +32,7 @@ requirements:
32
- python
33
- setuptools-rust
34
- libprotobuf
35
+ - xz # [linux64]
36
run:
37
38
- dask >=2022.3.0
0 commit comments