Skip to content

Commit efdaff6

Browse files
committed
Change test -> dev for unit tests
1 parent 6741692 commit efdaff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
allow-prereleases: true
6363

6464
- name: Install package
65-
run: python -m pip install .[test]
65+
run: python -m pip install .[dev]
6666

6767
- name: Test package
6868
run: >-

0 commit comments

Comments
 (0)