Skip to content

Commit

Permalink
remove ci_temp_env directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmud1 authored Sep 11, 2024
1 parent 025f2ea commit cf64284
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ jobs:
if mamba info --envs | grep -q "ci_temp_env"; then
mamba env remove --name ci_temp_env --yes
else
echo "ci_temp_env is not a valid conda environment, skipping removal"
fi
rm -rf ~/.conda/envs/ci_temp_env
conda create -n ci_temp_env --clone ci_env
source activate ci_temp_env
Expand Down

0 comments on commit cf64284

Please sign in to comment.