Skip to content

Commit 7b55252

Browse files
committed
Install trio on CI
1 parent fed5304 commit 7b55252

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
@@ -16,5 +16,5 @@ jobs:
1616
python-version: "3.10"
1717

1818
- run: pip install .
19-
- run: pip install -U pytest
19+
- run: pip install -U pytest trio
2020
- run: pytest

0 commit comments

Comments
 (0)