Skip to content

Commit 9c8f8d4

Browse files
committed
Add requirements.txt file
Signed-off-by: Aditya Sirish <[email protected]>
1 parent dac582b commit 9c8f8d4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test_yaml.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
python -m pip install yamale colorama
23+
python -m pip install -r requirements.txt
2424
- name: Test yaml
2525
run: |
2626
_test/test_yaml.py

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
colorama==0.4.6
2+
PyYAML==6.0
3+
yamale==4.0.4

0 commit comments

Comments
 (0)