Skip to content

Commit 842a0c4

Browse files
authored
Use conda libgcc-ng 11.2 (#3327)
* Remove devtoolset install * Update regression_test.yml * Update regression_test.yml
1 parent b4ec4cb commit 842a0c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/regression_test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,8 @@ jobs:
105105
gpu-arch-version: ${{ matrix.gpu-arch-version }}
106106
submodules: recursive
107107
script: |
108-
conda create -n venv python=3.10 -y
108+
conda create -n venv python=3.10 libgcc-ng=11.2.0 libstdcxx-ng=11.2.0 -y
109109
conda activate venv
110-
echo "::group::Install newer objcopy that supports --set-section-alignment"
111-
dnf install -y gcc-toolset-10-binutils
112-
export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH
113110
python -m pip install --upgrade pip
114111
pip install ${{ matrix.torch-spec }}
115112
sed -i '${{ matrix.dev-requirements-overrides }}' dev-requirements.txt

0 commit comments

Comments
 (0)