We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e6f74 commit e0df2c5Copy full SHA for e0df2c5
.github/actions/validate-binary/action.yml
@@ -70,9 +70,6 @@ runs:
70
if [ $DESIRED_PYTHON == '3.11' ]; then
71
set -ex
72
export CPYTHON_VERSIONS=3.11.0
73
- rm /etc/apt/sources.list.d/cuda.list
74
- rm /etc/apt/sources.list.d/nvidia-ml.list
75
- sudo apt-get update -y
76
sudo apt-get install build-essential gdb lcov libbz2-dev libffi-dev \
77
libgdbm-dev liblzma-dev libncurses5-dev libreadline6-dev \
78
libsqlite3-dev libssl-dev lzma lzma-dev tk-dev uuid-dev zlib1g zlib1g-dev -y
0 commit comments