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
hello @eric-s-s, I have removed both the install_requires field from setup.py, as well as removed the pip install -r requirements.txt line from .travis.yaml. as a result, all checks have failed.
#11
Open
Jabbing31 opened this issue
Mar 31, 2023
· 0 comments
hello @eric-s-s, I have removed both the install_requires field from setup.py, as well as removed the pip install -r requirements.txt line from .travis.yaml. as a result, all checks have failed.
now I will proceed to add back the install_requires field to setup.py file and hopefully all checks will pass.
hello @eric-s-s, I have removed both the
install_requires
field fromsetup.py
, as well as removed thepip install -r requirements.txt
line from.travis.yaml
. as a result, all checks have failed.now I will proceed to add back the
install_requires
field tosetup.py
file and hopefully all checks will pass.Originally posted by @ragnarokatz in eric-s-s/bind_json_error_handlers#2 (comment)
The text was updated successfully, but these errors were encountered: