Skip to content

Commit 52a91f4

Browse files
authored
Update ci.yml
1 parent d8a82e7 commit 52a91f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ jobs:
125125
env:
126126
DECRYPT_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
127127
run: |
128-
mkdir -v non-free
129-
curl -L https://raw.githubusercontent.com/nf-core/test-datasets/epitopeprediction/software/netMHCpan-4.1b.Linux.tar.gz.gpg | ${GITHUB_WORKSPACE}/bin/decrypt | tar -C non-free -v -x
128+
curl -L -o netMHCpan-4.1b.Linux.tar.gz.gpg https://raw.githubusercontent.com/nf-core/test-datasets/epitopeprediction/software/netMHCpan-4.1b.Linux.tar.gz.gpg
129+
gpg --batch --yes --pinentry-mode=loopback --passphrase "${{ secrets.GPG_PASSPHRASE }}" --output ${GITHUB_WORKSPACE}/netMHCpan-4.1b.Linux.tar.gz --decrypt netMHCpan-4.1b.Linux.tar.gz.gpg
130130
131131
- name: Install Nextflow
132132
uses: nf-core/setup-nextflow@v1

0 commit comments

Comments
 (0)