Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Feb 8, 2024
1 parent 26c1bb2 commit 46ea273
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PyYAML
click
flowcell_parser @ git+https://github.com/SciLifeLab/flowcell_parser
pandas
pytest
python_crontab
python_dateutil
setuptools
Expand Down
2 changes: 1 addition & 1 deletion taca/nanopore/instrument_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def dump_pore_count_history(run: str, pore_counts: list) -> str:
return new_file_path


if __name__ == "__main__": # pragma: no cover
if __name__ == "__main__": # pragma: no cover
# This is clunky but should be fine since it will only ever run as a cronjob
parser = argparse.ArgumentParser(description=__doc__)
parser.add_argument(
Expand Down

0 comments on commit 46ea273

Please sign in to comment.