Skip to content

Commit

Permalink
Remove --force from conda arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuska committed Jul 2, 2024
1 parent 64ab5d0 commit fdeb2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CWD=$(pwd)
DIR=$(cd "$(dirname "$0")"; pwd)

#conda env
conda env create --name covsonar_ci --force --file $DIR/sonar.env.yml
conda env create --name covsonar_ci --file $DIR/sonar.env.yml
source $(conda info --root)/etc/profile.d/conda.sh
set +u
conda activate covsonar_ci
Expand Down

0 comments on commit fdeb2a6

Please sign in to comment.