Skip to content

Commit 4a102c2

Browse files
atalmanjainapurva
authored andcommitted
Use conda libgcc-ng 11.2 (#3327)
* Remove devtoolset install * Update regression_test.yml * Update regression_test.yml
1 parent 8bce9b1 commit 4a102c2

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
@@ -117,11 +117,8 @@ jobs:
117117
gpu-arch-version: ${{ matrix.gpu-arch-version }}
118118
submodules: recursive
119119
script: |
120-
conda create -n venv python=3.10 -y
120+
conda create -n venv python=3.10 libgcc-ng=11.2.0 libstdcxx-ng=11.2.0 -y
121121
conda activate venv
122-
echo "::group::Install newer objcopy that supports --set-section-alignment"
123-
dnf install -y gcc-toolset-10-binutils
124-
export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH
125122
python -m pip install --upgrade pip
126123
pip install ${{ matrix.torch-spec }}
127124
sed -i '${{ matrix.dev-requirements-overrides }}' dev-requirements.txt

0 commit comments

Comments
 (0)