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 75d6c5a commit 30cd2a4Copy full SHA for 30cd2a4
.github/ISSUE_TEMPLATE/question.md
@@ -1,6 +1,6 @@
1
---
2
name: Question
3
-about: Ask a question about Lark or request help
+about: Ask a question about Lark-Cython or request help
4
title: ''
5
labels: question
6
assignees: ''
.github/workflows/tests.yml
@@ -22,7 +22,8 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install -r test-requirements.txt
+ pip install pytest
26
+ python setup.py install
27
- name: Run tests
28
- python -m tests
29
+ pytest
0 commit comments