Skip to content

Commit 3a0963e

Browse files
committed
remove warning
1 parent 61cf390 commit 3a0963e

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
30+
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)