Skip to content

Commit a8d1e68

Browse files
committed
Explictely run the test example file to make windows happy
1 parent c0623a4 commit a8d1e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
cd examples/simple && pip install -e .
3232
- name: Run the tests for the examples
3333
run: |
34-
pytest examples/simple/tests/*
34+
pytest examples/simple/tests/test_handlers.py

0 commit comments

Comments
 (0)