Skip to content

Commit 30cd2a4

Browse files
committed
Fix .github/workflows/tests.yml
1 parent 75d6c5a commit 30cd2a4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Question
3-
about: Ask a question about Lark or request help
3+
about: Ask a question about Lark-Cython or request help
44
title: ''
55
labels: question
66
assignees: ''

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install -r test-requirements.txt
25+
pip install pytest
26+
python setup.py install
2627
- name: Run tests
2728
run: |
28-
python -m tests
29+
pytest

0 commit comments

Comments
 (0)