Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Remove submodules from CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cflerin committed Jan 26, 2021
1 parent 941e853 commit 71aac25
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 28 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bbknn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.10.0'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/bbknn_scenic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.10.0'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/decontx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.10.0'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/harmony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.10.0'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/mnncorrect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.10.0'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/scenic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.10.0'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/scenic_multiruns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.10.0'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/single_sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.10.0'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/single_sample_decontx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.10.0'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/single_sample_decontx_scrublet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.10.0'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/single_sample_param_exploration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.10.0'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/single_sample_scenic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.10.0'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/single_sample_scenic_multiruns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.10.0'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/single_sample_scrublet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.10.0'
Expand Down

0 comments on commit 71aac25

Please sign in to comment.