Skip to content

Commit dee116b

Browse files
authored
Fix 'select' has no attribute 'epoll' error (#27)
* revert poetry.lock to older version to fix epoll error * Add light smoke test to checks.yml * Create pull_request_template.md
1 parent 62505b5 commit dee116b

File tree

3 files changed

+570
-475
lines changed

3 files changed

+570
-475
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Description
2+
- <!--- Describe your changes -->
3+
4+
## Issues Resolved
5+
- <!--- Describe the issues that have been resolved -->

.github/workflows/checks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,8 @@ jobs:
8585
#----------------------------------------------
8686
- name: Run Isort
8787
run: poetry run isort --check .
88+
#----------------------------------------------
89+
# run light smoke test
90+
#----------------------------------------------
91+
- name: Run Light Smoke Test
92+
run: poetry run chainbench start --help

0 commit comments

Comments
 (0)