Skip to content

Commit a088402

Browse files
authored
Update regression_test.yml
1 parent 47ce209 commit a088402

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/regression_test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ jobs:
7474
script: |
7575
conda create -n venv python=3.9 -y
7676
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
8077
python -m pip install --upgrade pip
8178
pip install ${{ matrix.torch-spec }}
8279
pip install -r dev-requirements.txt

0 commit comments

Comments
 (0)