Skip to content

Commit

Permalink
Merge branch 'master' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Dec 19, 2024
2 parents 897ca01 + c5a0684 commit 52d584c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [ "3,9", "3.10", "3.11", "3.12" ]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
include:
- os: windows-latest
python-version: "3.12"
Expand Down
4 changes: 2 additions & 2 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ def test_read_chromsizes():
util.read_chromsizes(op.join(datadir, "toy.chrom.sizes"))


def test_fetch_chromsizes():
util.fetch_chromsizes("hg19")
# def test_fetch_chromsizes():
# util.fetch_chromsizes("hg19")


def test_load_fasta():
Expand Down

0 comments on commit 52d584c

Please sign in to comment.