Add basic preprocessor test

This commit is contained in:
Dustin Spicuzza
2023-09-02 19:47:46 -04:00
parent 4ab7b3fd16
commit a60bb7fd18
3 changed files with 45 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ jobs:
run: python setup.py bdist_wheel
- name: Install test dependencies
run: python -m pip --disable-pip-version-check install pytest
run: python -m pip --disable-pip-version-check install pytest pcpp
- name: Test wheel
shell: bash