Skip to content

Commit

Permalink
Merge pull request #3 from ZeroCool940711/sweep/fix-gh-actions
Browse files Browse the repository at this point in the history
Fix GitHub Actions by adding missing 'jieba' module
  • Loading branch information
ZeroCool940711 authored Jan 3, 2024
2 parents 67bcb6c + 8cca1eb commit fe41536
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ envlist = py27, py33, py34, py35, py36, py37

[testenv]
deps =
pytest
pytest-pep8
pytest
pytest-pep8
jieba
commands = py.test -s {posargs} tests

0 comments on commit fe41536

Please sign in to comment.