We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac582b commit 9c8f8d4Copy full SHA for 9c8f8d4
.github/workflows/test_yaml.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- python -m pip install yamale colorama
+ python -m pip install -r requirements.txt
24
- name: Test yaml
25
26
_test/test_yaml.py
requirements.txt
@@ -0,0 +1,3 @@
1
+colorama==0.4.6
2
+PyYAML==6.0
3
+yamale==4.0.4
0 commit comments