We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16451c commit d59e058Copy full SHA for d59e058
1 file changed
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
- pip install -r requirements.txt pytest
+ pip install -r requirements.txt pytest miniwdl
29
pip install -e .
30
31
- name: Test with pytest
0 commit comments