Skip to content

Commit 7fe0be6

Browse files
committed
Debugging isort
1 parent 8ab5dd9 commit 7fe0be6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/isort-debug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Static Checking
1+
name: isort Debug
22

33
on:
44
push:
@@ -18,8 +18,6 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v2
21-
- name: Debugging with ssh
22-
uses: lhotari/action-upterm@v1
2321
- name: Set up Python ${{ matrix.python-version }}
2422
uses: actions/setup-python@v1
2523
with:
@@ -30,5 +28,7 @@ jobs:
3028
python -m pip install poetry
3129
poetry config virtualenvs.create false --local
3230
poetry install --extras "sqlserver sparql distributed" -vvv
31+
- name: Debugging with ssh
32+
uses: lhotari/action-upterm@v1
3333
- name: Imports order check (isort)
3434
run: isort --check .

0 commit comments

Comments
 (0)