Skip to content

Commit b31548c

Browse files
committed
fix workflow
1 parent 518888a commit b31548c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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
@@ -38,4 +38,4 @@ jobs:
3838
- name: Test with pytest
3939
run: |
4040
cd tests
41-
pytest . --cov=../pyechonext
41+
pytest .

CHANGELOG.md

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

0 commit comments

Comments
 (0)