Skip to content

Commit

Permalink
don't skip installation steps (nf-core#5114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu authored Mar 13, 2024
1 parent 7a79fa3 commit c6df797
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ jobs:
${{ runner.os }}-pip
- name: Install pip
if: steps.cache-pip.outputs.cache-hit != 'true'
run: python -m pip install --upgrade pip

- uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4
Expand Down Expand Up @@ -394,7 +393,6 @@ jobs:
${{ runner.os }}-pip-pytest
- name: Install Python dependencies
if: steps.cache-pip-pytest.outputs.cache-hit != 'true'
run: python -m pip install --upgrade pip pytest-workflow cryptography

- uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4
Expand Down Expand Up @@ -626,7 +624,6 @@ jobs:
${{ runner.os }}-pip-pdiff
- name: Install Python dependencies
if: steps.cache-pip-pdiff.outputs.cache-hit != 'true'
run: python -m pip install --upgrade pip pdiff cryptography

- name: Set up miniconda
Expand Down

0 comments on commit c6df797

Please sign in to comment.