Skip to content

Commit 5630566

Browse files
Add jmespath
1 parent 62b99c6 commit 5630566

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
- os: "ubuntu20"
3131
tag: "latest"
3232
steps:
33+
- name: Add jmespath
34+
uses: BSFishy/pip-action@v1
35+
with:
36+
packages: |
37+
jmespath
3338
- name: checkout
3439
uses: actions/checkout@v2
3540
with:
@@ -50,11 +55,6 @@ jobs:
5055
strategy:
5156
fail-fast: false
5257
steps:
53-
- name: Add jmespath
54-
uses: BSFishy/pip-action@v1
55-
with:
56-
packages: |
57-
jmespath
5858
- name: checkout
5959
uses: actions/checkout@v2
6060
with:

0 commit comments

Comments
 (0)