File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -863,8 +863,8 @@ cmd_sandbox_native() {
863
863
cmd_build --release
864
864
865
865
source /etc/os-release
866
- case $ID - $VERSION_ID in
867
- ubuntu-22 .04)
866
+ case $ID$VERSION_ID in
867
+ ubuntu22 .04)
868
868
sudo apt install python3-pip python3.11-dev gcc tmux
869
869
;;
870
870
al2023)
@@ -873,7 +873,8 @@ cmd_sandbox_native() {
873
873
esac
874
874
python3.11 -m venv sandbox
875
875
source sandbox/bin/activate
876
- pip3.11 install ipython requests requests_unixsocket " urllib3<2" psutil tenacity filelock
876
+ pip3.11 install ipython requests requests_unixsocket2 psutil tenacity filelock
877
+ pip3.11 install jsonschema aws_embedded_metrics
877
878
pip3.11 install packaging pytest
878
879
ensure_ci_artifacts
879
880
tmux neww sudo --preserve-env=HOME,PATH,TMUX env PYTHONPATH=tests IPYTHONDIR=\$ PWD/.ipython ipython -i ./tools/sandbox.py $@
You can’t perform that action at this time.
0 commit comments