We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d188be0 commit ba3cf85Copy full SHA for ba3cf85
.github/workflows/package.yml
@@ -1,6 +1,3 @@
1
-# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
-
4
name: Python package
5
6
on: [push]
@@ -59,4 +56,3 @@ jobs:
59
56
pip install pytest faker igo-python "janome<0.4" tinysegmenter
60
57
pip install -e .
61
58
env DYLD_LIBRARY_PATH=$PWD/sqlite-autoconf-3380200/.libs python -m pytest -svra tests
62
0 commit comments