Skip to content

Commit f586a85

Browse files
authored
Update conda create command for library versions
1 parent 8510baf commit f586a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
gpu-arch-version: ${{ matrix.gpu-arch-version }}
106106
submodules: recursive
107107
script: |
108-
conda create -n venv python=3.10 libgcc-ng=13.2.0 libstdcxx-ng=13.2.0 -y
108+
conda create -n venv python=3.10 "libgcc-ng>=13.0,<14.0" "libstdcxx-ng>=13.0,<14.0" -c conda-forge -y
109109
conda activate venv
110110
python -m pip install --upgrade pip
111111
pip install ${{ matrix.torch-spec }}

0 commit comments

Comments
 (0)