Skip to content

Commit f32013d

Browse files
committed
update deps
1 parent 1f6307a commit f32013d

File tree

2 files changed

+848
-79
lines changed

2 files changed

+848
-79
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
with:
2323
repo-token: ${{ github.token }}
2424
- run: pip install poetry
25-
- run: task install
26-
- run: task lint-ci
25+
- run: task install lint-ci
2726

2827
pytest:
2928
runs-on: ubuntu-latest
@@ -43,5 +42,4 @@ jobs:
4342
with:
4443
repo-token: ${{ github.token }}
4544
- run: pip install poetry
46-
- run: task install
47-
- run: task tests
45+
- run: task install tests

0 commit comments

Comments
 (0)