Skip to content

Commit d490f90

Browse files
authored
Fix indentation
1 parent b4be0f3 commit d490f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python -m pip install -r dev-requirements.txt
2828
- name: Run Tests for ${{ matrix.python-version }}
2929
run: |
30-
python -m pytest -vv
30+
python -m pytest -vv
3131
pypi-release:
3232
needs: test-extension
3333
runs-on: ubuntu-latest
@@ -52,4 +52,4 @@ jobs:
5252
uses: pypa/gh-action-pypi-publish@master
5353
with:
5454
user: __token__
55-
password: ${{ secrets.pypi_password }}
55+
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)