Skip to content

Commit 59b6a39

Browse files
committed
add poetry command
1 parent c016ef1 commit 59b6a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
poetry install --with dev
3434
- name: Show pip list
3535
run: |
36-
pip list
36+
poetry pip list
3737
- name: Test with coverage
3838
run: |
3939
poetry run pytest --cov --cov-report term --cov-report xml --junitxml=xunit-result.xml
4040
- name: Correct coverage paths
4141
run: sed -i "s+$PWD/++g" coverage.xml
4242
- name: Check style against standards using Ruff
43-
run: ruff check .
43+
run: poetry ruff check .
4444
- name: Check whether import statements are used consistently
4545
run: poetry run isort . --check-only --diff
4646

0 commit comments

Comments
 (0)