mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-12 02:20:01 -03:30
Fix-CI: python was upgraded in CI to 3.10 and pathlib is now included in python base making this dependency break the CI (#8153)
This commit is contained in:
parent
1161326b54
commit
2ed211ba15
@ -1,4 +1,4 @@
|
||||
pyaml
|
||||
jinja2
|
||||
pathlib
|
||||
pydblite
|
||||
pathlib ; python_version < '3.10'
|
||||
pydblite
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user