We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab5dd9 commit 7fe0be6Copy full SHA for 7fe0be6
.github/workflows/isort-debug.yml
@@ -1,4 +1,4 @@
1
-name: Static Checking
+name: isort Debug
2
3
on:
4
push:
@@ -18,8 +18,6 @@ jobs:
18
19
steps:
20
- uses: actions/checkout@v2
21
- - name: Debugging with ssh
22
- uses: lhotari/action-upterm@v1
23
- name: Set up Python ${{ matrix.python-version }}
24
uses: actions/setup-python@v1
25
with:
@@ -30,5 +28,7 @@ jobs:
30
28
python -m pip install poetry
31
29
poetry config virtualenvs.create false --local
32
poetry install --extras "sqlserver sparql distributed" -vvv
+ - name: Debugging with ssh
+ uses: lhotari/action-upterm@v1
33
- name: Imports order check (isort)
34
run: isort --check .
0 commit comments