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.
2 parents 18a17c5 + 9d56744 commit 23506c1Copy full SHA for 23506c1
1 file changed
.github/workflows/test.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
pip install -r requirements.txt
27
+ pip install PyYAML
28
python setup.py develop
29
pip install pytest
30
# pip install -r requirements.txt
0 commit comments