Skip to content

Commit b6888c5

Browse files
authored
Merge pull request #3927 from splunk/ta_update_script
bug fix: update dependencies Ci CD TA update script
2 parents eb01d70 + 773343a commit b6888c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_splunk_tas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Install Python dependencies
3030
run: |
31-
pip3 install boto3 PyYAML
31+
pip3 install boto3 PyYAML xmltodict requests urllib3
3232
3333
- name: Run Python Splunk TA checker
3434
env:

0 commit comments

Comments
 (0)