Skip to content

Commit 6d14c7a

Browse files
committed
Update action
1 parent 1a6b38b commit 6d14c7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424

2525
- name: Install dependencies
26-
run:
27-
pip install -e .[test]
26+
run: pip install -e .[test]
2827

2928
- name: Test
3029
env:

0 commit comments

Comments
 (0)