Skip to content

Commit a83b938

Browse files
authored
python-app.yml: Fix tabs that should be spaces
1 parent 64cfcbd commit a83b938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
# Use the system-provided python3 instead of actions/setup-python@v4
4242
python3 --version
43-
# Don't upgrade pip. It currently fails to uninstall.
43+
# Don't upgrade pip. It currently fails to uninstall.
4444
# python3 -m pip install --break-system-packages --upgrade pip
4545
python3 -m pip install --break-system-packages --upgrade pre-commit ruff==${{ env.RUFF_VERSION }}
4646
python3 -m pip install --break-system-packages -r requirements.txt

0 commit comments

Comments
 (0)