Skip to content

Commit

Permalink
Update circleci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rossarmstrong committed Nov 27, 2023
1 parent 3a7d27d commit ee594e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run:
name: Compile Cython files
command: |
cythonize -i werpy/metrics.pyx
cythonize -X language_level=3 -i werpy/metrics.pyx
- run:
name: Run unit tests
command: python -m unittest discover tests
Expand Down

0 comments on commit ee594e1

Please sign in to comment.