We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aea755 commit f3b5e0dCopy full SHA for f3b5e0d
1 file changed
.github/workflows/test.yml
@@ -36,10 +36,13 @@ jobs:
36
37
which python3
38
which python
39
-
+
40
+ python3 --version
41
+ python --version
42
43
python3 --version 2>&1 | grep -F "${{ matrix.python-version }}"
44
test "$(python3 -m pip --version)" = "$(pip3 --version)"
45
46
python --version 2>&1 | grep -F "${{ matrix.python-version }}"
47
test "$(python3 -m pip --version)" = "$(pip --version)"
48
0 commit comments