Skip to content

Commit 50841cf

Browse files
committed
fix workflow
1 parent b31548c commit 50841cf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install flake8 pytest poetry
30+
python -m pip install flake8 pytest poetry pyechonext
3131
python -m poetry install --with dev
3232
- name: Lint with flake8
3333
run: |

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
commit b31548c24cdeceade5c6a5d786e0dc2ef3f13bb5
2+
Author: Alexeev Bronislav <[email protected]>
3+
Date: Fri Jul 4 07:18:45 2025 +0700
4+
5+
fix workflow
6+
17
commit 518888ae5c3198e04fe68fb6ff07222913985cdb
28
Author: Alexeev Bronislav <[email protected]>
39
Date: Fri Jul 4 07:16:24 2025 +0700

0 commit comments

Comments
 (0)