Skip to content

Commit 4f68b44

Browse files
authored
Update python-package.yml
1 parent 631c1ea commit 4f68b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip setuptools
32-
python -m pip install .[dev]
32+
python -m pip install .[test]
3333
- name: Test with pytest
3434
run: |
3535
pytest --cov=objdictgen --cov-report=xml -p no:logging --tb=no

0 commit comments

Comments
 (0)