Skip to content

Commit 4fea46c

Browse files
committed
Update end-to-end-test-bubblesort-pytest-no-git.yaml
1 parent 7a6e9cf commit 4fea46c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/end-to-end-test-bubblesort-pytest-no-git.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ jobs:
2727
with:
2828
python-version: 3.11.6
2929

30-
- name: Remove .git
31-
run: |
32-
if [ -d ".git" ]; then
33-
echo ".git directory exists!"
34-
sudo rm -rf .git
35-
if [ -d ".git" ]; then
36-
echo ".git directory still exists after removal attempt!"
37-
exit 1
38-
else
39-
echo ".git directory successfully removed."
40-
fi
41-
else
42-
echo ".git directory does not exist. Nothing to remove."
43-
exit 1
44-
fi
30+
# - name: Remove .git
31+
# run: |
32+
# if [ -d ".git" ]; then
33+
# echo ".git directory exists!"
34+
# sudo rm -rf .git
35+
# if [ -d ".git" ]; then
36+
# echo ".git directory still exists after removal attempt!"
37+
# exit 1
38+
# else
39+
# echo ".git directory successfully removed."
40+
# fi
41+
# else
42+
# echo ".git directory does not exist. Nothing to remove."
43+
# exit 1
44+
# fi
4545

4646
- name: Run Codeflash to optimize code
4747
id: optimize_code

0 commit comments

Comments
 (0)