You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to install the most recent release will lead to the following error:
Traceback (most recent call last):
File "setup.py", line 16, in <module>
version = re.search('^__version__\s*=\s*"(.*)"', open('rebaler/rebaler.py').read(), re.M).group(1)
FileNotFoundError: [Errno 2] No such file or directory: 'rebaler/rebaler.py'
I can just patch around that in the bioconda recipe, but you might want to add some CI testing to catch this sort of thing.
The text was updated successfully, but these errors were encountered:
dpryan79
added a commit
to dpryan79/Rebaler
that referenced
this issue
Aug 5, 2019
Attempting to install the most recent release will lead to the following error:
I can just patch around that in the bioconda recipe, but you might want to add some CI testing to catch this sort of thing.
The text was updated successfully, but these errors were encountered: