Commit 4eefb63
James Williams
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.1 parent b580973 commit 4eefb63
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
| 92 | + | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments