Skip to content

Commit 0d5c9ff

Browse files
Add jmespath
1 parent 9446c75 commit 0d5c9ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
steps:
53+
- name: Add jmespath
54+
uses: BSFishy/pip-action@v1
55+
with:
56+
packages: |
57+
jmespath
5358
- name: checkout
5459
uses: actions/checkout@v2
5560
with:

0 commit comments

Comments
 (0)