limix / bgen-reader-py

A BGEN file format reader.
MIT License
10 stars 3 forks source link

GitHub Action python-package.yml seems to have rotted #43

Open CarlKCarlK opened 2 years ago

CarlKCarlK commented 2 years ago

I don't think python-package.yml works anymore for any branch.

When I check in (a minor change on a branch) and python-package.yml runs, it gets error from --use-feature=in-tree-build, which I think is now obsolete.

When I remove that and check in, I get a flake8 error on a file that I haven't changed:

Run flake8 .
would reformat bgen_reader/test/write_random.py

(I haven't been able to repro this under Ubuntu & Miniconda 3.9 or Windows and Conda 3.7)

CarlKCarlK commented 2 years ago

Addressed by https://github.com/limix/bgen-reader-py/pull/44