fix(cython)

closes #3695
This commit is contained in:
Jacob Heider 2023-10-18 14:24:45 -04:00
parent d8a1496c2d
commit 3b200c7ff4
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -18,8 +18,13 @@ build:
pip.pypa.io: '*'
test:
script: |
python setup.py build_ext --inplace
test "$(python -c 'import package_manager')" = "You are using tea"
dependencies:
llvm.org: '*'
env:
PYTHONPATH: "{{prefix}}/venv/lib/python3.11/site-packages"
linux:
CC: clang
AS: llvm-as
script:
- python setup.py build_ext --inplace
- test "$(python -c 'import package_manager')" = "You are using pkgx"