File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2828 run : |
2929 python -m pip install --upgrade pip
3030 python -m pip install flake8 pytest poetry
31- poetry install
31+ python -m poetry install --with dev
3232 - name : Lint with flake8
3333 run : |
3434 # stop the build if there are Python syntax errors or undefined names
3838 - name : Test with pytest
3939 run : |
4040 cd tests
41- pytest . --cov=../pyechonext
41+ pytest .
Original file line number Diff line number Diff line change 1+ commit 518888ae5c3198e04fe68fb6ff07222913985cdb
2+ Author: Alexeev Bronislav <
[email protected] >
3+ Date: Fri Jul 4 07:16:24 2025 +0700
4+
5+ fix workflow
6+
17commit 3042f4491b2734699533ee8785243759c05f9257
28Author: Alexeev Bronislav <
[email protected] >
39Date: Fri Jul 4 07:13:42 2025 +0700
You can’t perform that action at this time.
0 commit comments