Skip to content

Commit fd0a815

Browse files
committed
install -e .
1 parent e3f5e99 commit fd0a815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ jobs:
219219
220220
- name: Run Background Callback Tests
221221
run: |
222-
cd tests
223-
pytest --headless --nopercyfinalize background_callback -v -s
222+
pip install -e .
223+
pytest --headless --nopercyfinalize tests/background_callback -v -s
224224
225225
table-unit:
226226
name: Table Unit/Lint Tests (Python ${{ matrix.python-version }})

0 commit comments

Comments
 (0)