Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed May 2, 2024
1 parent 61cf390 commit 3a0963e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install --upgrade pip
pip install --upgrade pip --disable-pip-version-check
python -m pip install poetry
poetry install
- name: Lint
Expand Down

0 comments on commit 3a0963e

Please sign in to comment.