We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372421c commit 38aa745Copy full SHA for 38aa745
1 file changed
.github/workflows/tests.yml
@@ -99,6 +99,7 @@ jobs:
99
echo "PKG_CONFIG_PATH=$MAMBA_ROOT_PREFIX/envs/libsemigroups/lib/pkgconfig:$MAMBA_ROOT_PREFIX/envs/libsemigroups/share/pkgconfig:/usr/local/lib/pkgconfig" >> $GITHUB_ENV
100
- name: "Check Python version . . ."
101
run: |
102
+ which python
103
python --version
104
pip --version
105
- name: "Install make requirements (Mac only) . . ."
0 commit comments