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 47ce209 commit a088402Copy full SHA for a088402
.github/workflows/regression_test.yml
@@ -74,9 +74,6 @@ jobs:
74
script: |
75
conda create -n venv python=3.9 -y
76
conda activate venv
77
- echo "::group::Install newer objcopy that supports --set-section-alignment"
78
- yum install -y devtoolset-10-binutils
79
- export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH
80
python -m pip install --upgrade pip
81
pip install ${{ matrix.torch-spec }}
82
pip install -r dev-requirements.txt
0 commit comments