Skip to content

Commit dc9fe2d

Browse files
committed
fixed workflow error
1 parent 6f05bef commit dc9fe2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run_tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies
30-
run: |
31-
python -m pip install --upgrade pip
32-
pip install .
33-
pip install flake8 black pytest
30+
run: |
31+
python -m pip install --upgrade pip
32+
pip install .
33+
pip install flake8 black pytest
3434
- name: Format with black
3535
uses: psf/black@stable
3636
with:

0 commit comments

Comments
 (0)