Skip to content

Commit

Permalink
Update sandbox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jan 14, 2024
1 parent 4ed5d44 commit 6271fa5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,13 @@ jobs:
- name: test
run: |
set -x
fail_venv=0
fail_virtualenv=0
sudo apt-get update &>/dev/null
sudo apt-get install -y python3-distutils &>/dev/null
python3 -m pip install virtualenv
python3 -m venv --system-site-packages cp311-1
cat cp311-1/pyvenv.cfg
cp311-1/bin/python -m pip install numpy
cp311-1/bin/python -m pip list
cp311-1/bin/python -sSEc 'import sys; print(sys.path)'
python3 -m venv --system-site-packages cp311-2
cp311-1/bin/python -m venv --system-site-packages cp311-2
cat cp311-2/pyvenv.cfg
cp311-2/bin/python -m pip list
cp311-2/bin/python -sSEc 'import sys; print(sys.path)'

0 comments on commit 6271fa5

Please sign in to comment.