Skip to content

Commit

Permalink
further remove cython stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Dec 14, 2024
1 parent b21630a commit d1c5134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ shared: &shared
- run:
name: Run Unit Tests
command: |
pip install --upgrade --user .[test]
pytest --doctest-cython
pip install --user .[test]
pytest
jobs:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ ShortTextCategorizerConsole = "shorttext.cli.categorization:main"
ShortTextWordEmbedSimilarity = "shorttext.cli.wordembedsim:main"

[project.optional-dependencies]
test = ["unittest2", "pytest", "pytest-cython", "simplerepresentations>=0.0.4"]
test = ["unittest2", "pytest", "simplerepresentations>=0.0.4"]

0 comments on commit d1c5134

Please sign in to comment.