This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
richard
/
kubespray
mirror of
https://github.com/kubernetes-sigs/kubespray.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
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
1161326b54
commit
2ed211ba15
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
tests/scripts/md-table/requirements.txt
4
tests/scripts/md-table/requirements.txt
View File
@ -1,4 +1,4 @@
pyaml
jinja2
pathlib
pydblite
pathlib
; python_version < '3.10'
pydblite
Write
Preview
Loading…
Cancel
Save