mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
ci: Remove duplicate python setups
This commit is contained in:
parent
c99ab09f8d
commit
ec3a2172a6
2 changed files with 0 additions and 10 deletions
5
.github/workflows/nf-core-linting.yml
vendored
5
.github/workflows/nf-core-linting.yml
vendored
|
@ -45,11 +45,6 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.x"
|
||||
|
||||
- name: Install pip
|
||||
run: python -m pip install --upgrade pip
|
||||
|
||||
|
|
5
.github/workflows/pytest-workflow.yml
vendored
5
.github/workflows/pytest-workflow.yml
vendored
|
@ -45,11 +45,6 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.x"
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
|
|
Loading…
Reference in a new issue