Merge pull request #1587 from ucb-bar/abejgonzalez-patch-1

Remove pre-commit from env.sh
This commit is contained in:
Abraham Gonzalez
2023-08-30 13:50:44 -07:00
committed by GitHub

View File

@@ -210,7 +210,6 @@ cat <<EOT >> env.sh
# line auto-generated by $0
conda activate $CYDIR/.conda-env
source $CYDIR/scripts/fix-open-files.sh
pre-commit install
EOT
echo "Setup complete!"