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:
Cristian Calin
2021-11-03 21:52:32 +02:00
committed by GitHub
parent 1161326b54
commit 2ed211ba15

View File

@ -1,4 +1,4 @@
pyaml
jinja2
pathlib
pydblite
pathlib ; python_version < '3.10'
pydblite