You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use known working python version for GitHub deployment (#165)
## What is the goal of this PR?
We've fixed the Python version learned from the successful GitHub deployment of typedb-common a definite working version of Python for this job.
## What are the changes implemented in this PR?
We've changed the used Python version to 3.7.9 from 3.7.12. This fixes a later bug where we attempt to link a library to a not-installed version of Python.
0 commit comments