Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit d9fd0c7

Browse files
author
John Andersen
committed
Testing
Signed-off-by: John Andersen <john.s.andersen@intel.com>
1 parent 22ec475 commit d9fd0c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
${{ runner.os }}-pip-
3232
- name: Install dependencies
3333
run: |
34-
pip install -U black
34+
pip install -U .[dev]
3535
- name: Run check
3636
run: |
3737
black --check .
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
set -x
6969
pip install -U pip
70-
pip install -U .
70+
pip install -U .[dev]
7171
- name: Test
7272
run: |
7373
set -x

0 commit comments

Comments
 (0)