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 c083a6c commit 406becbCopy full SHA for 406becb
.github/workflows/nosetests.yml
@@ -64,6 +64,7 @@ jobs:
64
run: pip install nose Cerberus pyyaml requests_mock coverage codecov
65
66
- name: Install dependencies
67
+ if: ${{ matrix.type == 'basic' }}
68
run: pip install -e .
69
70
- name: Run basic testsuite
0 commit comments