Skip to content

Commit ec48f47

Browse files
committed
remove warning
1 parent 3a0963e commit ec48f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies
2929
run: |
30-
pip install --upgrade pip --disable-pip-version-check
30+
python -m pip install --upgrade pip --disable-pip-version-check
3131
python -m pip install poetry
3232
poetry install
3333
- name: Lint

0 commit comments

Comments
 (0)