cmc-csci040
cmc-csci040 copied to clipboard
CI Issue
When I run $ python -m doctest docchat.py in my terminal, it passes all the doctests, but when github runs CI, it says some of the functions are failing because a dependency is missing, specifically punkt from nltk. I have the command to download it in the code, and I don't get that error when I run the doctests, so why isn't my file passing in CI?