Skip to content

Commit 8621b49

Browse files
committed
ci: try to fix pip install
2 parents 7c8985d + 83d90a9 commit 8621b49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/base-test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install dependencies
32-
run: |
33-
python -m pip install tox coveralls<3
32+
run: pip install tox 'coveralls<3'
3433
- name: Lint code
3534
run: tox -e lint
3635
- name: Start clickhouse cluster

0 commit comments

Comments
 (0)