Skip to content

Commit

Permalink
Fix distributed pre-release's distributed-impl constraint (#5867)
Browse files Browse the repository at this point in the history
* Fix distributed pre-release distributed-impl constraint

* Pin distributed-impl explicitly

* Add distributed-impl to test requirements

* Loosen distributed-impl constraint

* Check if conda build error is flaky
  • Loading branch information
charlesbluca authored Feb 25, 2022
1 parent 4533c0f commit fb8484e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion continuous_integration/recipes/distributed/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ outputs:
- zict >=0.1.3
- setuptools <60.0.0
run_constrained:
- distributed-impl * {{ build_ext }}
- distributed-impl >={{ version }} *{{ build_ext }}
- openssl !=1.1.1e
test:
imports:
Expand All @@ -92,6 +92,7 @@ outputs:
- python -c "from distributed.scheduler import COMPILED; assert COMPILED is {{ cython_enabled }}"
requires:
- pip
- distributed-impl >={{ version }} *{{ build_ext }}
about:
home: https://distributed.dask.org
summary: Distributed scheduler for Dask
Expand Down

0 comments on commit fb8484e

Please sign in to comment.