cmc-csci040 icon indicating copy to clipboard operation
cmc-csci040 copied to clipboard

CI Issue

Open charlottegjordan opened this issue 6 months ago • 1 comments

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?

charlottegjordan avatar Apr 27 '25 04:04 charlottegjordan