mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Simplify test
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
from setuptools import setup
|
||||
from Cython.Build import cythonize
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
THIS_DIR = Path(__file__).parent.resolve()
|
||||
|
||||
|
||||
setup(ext_modules=cythonize(str(THIS_DIR / "helloworld.pyx")))
|
||||
setup(ext_modules=cythonize("helloworld.pyx"))
|
||||
|
Reference in New Issue
Block a user