Commit 5c96977
Pin setuptools<81 in environment.yml to fix CI failure
cylc-flow 8.2.7 imports pkg_resources (from setuptools), but
setuptools >= 81 removed pkg_resources from its distribution.
The conda env was resolving to setuptools 82.0.0 which no longer
ships pkg_resources, causing:
ModuleNotFoundError: No module named 'pkg_resources'
Pinning setuptools<81 ensures the conda env gets a version that
still bundles pkg_resources.
Co-authored-by: ilaflott <6273252+ilaflott@users.noreply.github.com>1 parent 62dfa57 commit 5c96977
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
0 commit comments