Skip to content

Commit 5a57150

Browse files
committed
run typing tests from root
1 parent 1163158 commit 5a57150

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ jobs:
135135

136136
- name: Run typing tests
137137
run: |
138-
cd tests
139-
pytest compliance/test_typing.py
138+
pytest tests/compliance/test_typing.py
140139
141140
background-callbacks:
142141
name: Run Background & Async Callback Tests (Python ${{ matrix.python-version }})

0 commit comments

Comments
 (0)