Skip to content

Commit

Permalink
remove --no-input from testpipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
CChahrour committed Jan 10, 2024
1 parent 1fe27ec commit 5cb2254
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ jobs:
- name: Conda list
shell: pwsh
run: mamba list
- name: Test config works
shell: pwsh
run: |
seqnado-config chip --no-input
- name: Test design works
shell: pwsh
run: |
Expand Down
3 changes: 1 addition & 2 deletions tests/test_atac.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ def test_seqnado_config_creation(

cmd = [
"seqnado-config",
"atac",
"-g other"
"atac"
]

# Run the script with subprocess
Expand Down
1 change: 0 additions & 1 deletion tests/test_chip.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def test_seqnado_config_creation(
cmd = [
"seqnado-config",
"chip"
"-g other"
]

# Run the script with subprocess
Expand Down

0 comments on commit 5cb2254

Please sign in to comment.