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 70ee2e3 commit 84aed12Copy full SHA for 84aed12
.github/workflows/python-package.yml
@@ -59,6 +59,7 @@ jobs:
59
- name: Install package and test dependencies
60
run: |
61
pip install tox==3.18.1
62
+ pip install pytest-cases
63
64
# TODO: replace tox.ini with what the Makefile does
65
# to make sure local testing is
0 commit comments