Skip to content

Commit

Permalink
ci: pip install cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 17, 2024
1 parent 8329465 commit 54391d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/nf-test-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,14 @@ runs:
if: env.SENTIEON_ENCRYPTION_KEY != '' && env.SENTIEON_LICENSE_MESSAGE != ''
shell: bash
run: |
python -m pip install cryptography
nextflow secrets set SENTIEON_AUTH_DATA $(python3 tests/modules/nf-core/sentieon/license_message.py encrypt --key "$SENTIEON_ENCRYPTION_KEY" --message "$SENTIEON_LICENSE_MESSAGE")
# TODO If conda-fail.yml exists and matrix = conda skip
# Really we need in-verse tag selection https://github.com/askimed/nf-test/issues/260
- name: Run nf-test
shell: bash
env:
NFT_DIFF: "pdiff"
NFT_DIFF_ARGS: "--line-numbers --width 120 --expand-tabs=2"
SENTIEON_LICSRVR_IP: ${{ env.SENTIEON_LICSRVR_IP }}
SENTIEON_AUTH_MECH: "GitHub Actions - token"
run: |
Expand Down

0 comments on commit 54391d3

Please sign in to comment.