Skip to content

Commit df6abf6

Browse files
committed
ci: update build workflow to use make install
1 parent 5a3b149 commit df6abf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626

2727
- name: Install dependencies
28-
run: make deps
28+
run: make install
2929

3030
- name: Run tests
3131
run: nox -s test-${{ matrix.python-version }}

0 commit comments

Comments
 (0)