We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2474f5 commit f7871fcCopy full SHA for f7871fc
.github/workflows/artifacts.yml
@@ -128,6 +128,7 @@ jobs:
128
cache: pip
129
cache-dependency-path: '**/requirements.dev.txt'
130
- run: pip install -r python/requirements.dev.txt
131
+ - run: cd python && python -m unittest test.py
132
- run: maturin build -m python/Cargo.toml
133
- run: pip install --no-index --find-links=target/wheels/ pyontoenv
134
- run: rm -r target/wheels
0 commit comments