We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 467560c + 8bef8ea commit 1459630Copy full SHA for 1459630
.github/workflows/release.yml
@@ -53,11 +53,8 @@ jobs:
53
name: dist_packages
54
path: dist/
55
56
- - name: Install test dependencies
57
- run: pip install pytest pytest-cov
58
-
59
- - name: Install built package
60
- run: pip install dist/validataclass-*.whl
+ - name: Install built package with testing dependencies
+ run: pip install "$(find dist/ -name 'validataclass-*.whl')[testing]"
61
62
- name: Run unit tests
63
run: python -m pytest
0 commit comments