Skip to content

Commit e8dc74a

Browse files
committed
yaml
1 parent 2b57122 commit e8dc74a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424

2525
- name: Install Dependencies
26-
run: |
27-
pip install --upgrade -r requirements.txt -r requirements-test.txt
28-
pip install -e .
26+
run: |
27+
pip install --upgrade -r requirements.txt -r requirements-test.txt
28+
pip install -e .
2929
3030
- name: Unit Test
3131
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOs-latest'

0 commit comments

Comments
 (0)