Browse Source

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)

pull/8157/head
Cristian Calin 3 years ago
committed by GitHub
parent
commit
2ed211ba15
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. 4
      tests/scripts/md-table/requirements.txt

4
tests/scripts/md-table/requirements.txt

@ -1,4 +1,4 @@
pyaml
jinja2
pathlib
pydblite
pathlib ; python_version < '3.10'
pydblite
Loading…
Cancel
Save