travis: Print out the install dir of the 3.8 python version under mac.
This commit is contained in:
parent
cdf0c3d7b1
commit
21989c9702
@ -51,6 +51,7 @@ jobs:
|
|||||||
install:
|
install:
|
||||||
- pyenv install --list
|
- pyenv install --list
|
||||||
- pyenv install 3.8.0
|
- pyenv install 3.8.0
|
||||||
|
- ls /Users/travis/.pyenv/versions/3.8.0
|
||||||
- pip3 install -U maturin pytest
|
- pip3 install -U maturin pytest
|
||||||
- maturin list-python
|
- maturin list-python
|
||||||
- cargo build
|
- cargo build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user