Skip to content

Commit 60cf2d9

Browse files
committed
back to normal
1 parent b496b77 commit 60cf2d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838

3939
steps:
4040
- uses: actions/checkout@v4
41-
- name: Install
42-
run: make install
41+
- name: Install poetry
42+
run: make install-poetry
4343
- uses: actions/setup-python@v5
4444
with:
4545
python-version: ${{ matrix.python }}
4646
cache: poetry
4747
cache-dependency-path: ./poetry.lock
48-
- name: Linters
49-
run: make lint
48+
- name: Install
49+
run: make install-dependencies
5050
- name: Tests
5151
run: make test-coverage

0 commit comments

Comments
 (0)