We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b496b77 commit 60cf2d9Copy full SHA for 60cf2d9
1 file changed
.github/workflows/python-ci.yml
@@ -38,14 +38,14 @@ jobs:
38
39
steps:
40
- uses: actions/checkout@v4
41
- - name: Install
42
- run: make install
+ - name: Install poetry
+ run: make install-poetry
43
- uses: actions/setup-python@v5
44
with:
45
python-version: ${{ matrix.python }}
46
cache: poetry
47
cache-dependency-path: ./poetry.lock
48
- - name: Linters
49
- run: make lint
+ - name: Install
+ run: make install-dependencies
50
- name: Tests
51
run: make test-coverage
0 commit comments