Skip to content

Commit 1cd38f8

Browse files
authored
Print Python version for Mac
To debug issue with missing distutils
1 parent 8be3608 commit 1cd38f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ jobs:
185185
uses: actions/checkout@v1
186186
- name: Build project
187187
run: |
188+
python -V
188189
git --version
189190
clang --version
190191
mvn -version

0 commit comments

Comments
 (0)