Skip to content

Commit

Permalink
combine installation of jq with writing action
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Oct 4, 2023
1 parent 691592f commit 2401af7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ncbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:
# ZENODO_USE_SANDBOX: true
# with:
# secrets: ${{ secrets.ZENODO_API_TOKEN }}
- name: Install jq
uses: sergeysova/jq-action@v2

- name: NCBench set config
uses: actions/checkout@v4
Expand All @@ -68,5 +66,6 @@ jobs:
ref: main

- name: Add entries to config
uses: sergeysova/jq-action@v2
run: |
jq --help

0 comments on commit 2401af7

Please sign in to comment.