Skip to content

Commit 69a178f

Browse files
committed
fix: remove duplicate lines
1 parent e9c615c commit 69a178f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/stability-cluster/env_creation.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ source $CONDA_BASE/etc/profile.d/conda.sh
1111
conda create --force --prefix ${CONDA_ENV_PATH} python=${PYTHON_VER} -y
1212
conda activate ${CONDA_ENV_PATH}
1313

14-
# Create Python environment through conda
15-
conda create --force --prefix ${CONDA_ENV_PATH} python=${PYTHON_VER} -y
16-
conda activate ${CONDA_ENV_PATH}
17-
1814
# Python requirements
1915
## cd into your directory inside of proj-chemnlp
2016
cd /fsx/proj-chemnlp/${USER}

0 commit comments

Comments
 (0)