fix(cython)[1]

ha, i'm good at this.
This commit is contained in:
Jacob Heider 2023-10-18 15:24:28 -04:00
parent 3b200c7ff4
commit c553f88277
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6
2 changed files with 3 additions and 3 deletions

View file

@ -26,5 +26,5 @@ test:
CC: clang
AS: llvm-as
script:
- python setup.py build_ext --inplace
- test "$(python -c 'import package_manager')" = "You are using pkgx"
- python setup.py build_ext --inplace
- test "$(python -c 'import package_manager')" = "You are using pkgx"

View file

@ -1 +1 @@
print 'You are using tea'
print 'You are using pkgx'