We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631c1ea commit 4f68b44Copy full SHA for 4f68b44
.github/workflows/python-package.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip setuptools
32
- python -m pip install .[dev]
+ python -m pip install .[test]
33
- name: Test with pytest
34
35
pytest --cov=objdictgen --cov-report=xml -p no:logging --tb=no
0 commit comments