mirror of
https://github.com/actions/python-versions.git
synced 2025-12-14 06:26:45 +00:00
mplement script to build and prepare packages for Python
This commit is contained in:
5
tests/sources/psutil-install-test.sh
Normal file
5
tests/sources/psutil-install-test.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
# Check if shared libraries are linked correctly
|
||||
python -m venv /tmp/aml-ve
|
||||
source /tmp/aml-ve/bin/activate
|
||||
easy_install --version
|
||||
pip install psutil --verbose
|
||||
Reference in New Issue
Block a user