Commit 834f231
Add setup Python 2 step to scylla-integration-tests in GH actions
New test using SNI proxy functionality that is about to be added requires ccm
to use cqlsh queries to setup cluster properly. However without Python 2 set up
cqlsh returns with '(EE) No appropriate python interpreter found.'.
With this setup `python --version` should return 3.x because of the ordering.
`python2 --version` and `python3 --version` will return their versions respectively.1 parent 8a35398 commit 834f231
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
186 | 191 | | |
187 | 192 | | |
188 | 193 | | |
| |||
0 commit comments