Skip to content

Commit 2f46dd3

Browse files
committed
removed arrow character from line 36
1 parent 002ecbd commit 2f46dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Install dependencies
3535
run: |
36-
python -m pip install --upgrade pip # ← INDENTED 4 SPACES
36+
python -m pip install --upgrade pip
3737
if [ "${{ matrix.django-version }}" = "5.2" ]; then
3838
pip install -U "Django>=5.2a,<6.0" coverage setuptools
3939
elif [ "${{ matrix.django-version }}" = "main" ]; then

0 commit comments

Comments
 (0)