Skip to content

Commit

Permalink
Just a CI fix not to upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagocoutinho committed Aug 18, 2023
1 parent 657c20b commit ab69fd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[dev]
pip install --disable-pip-version-check -e .[dev]
- name: Linting tests
run: |
black --check --diff v4l2py tests examples
Expand Down

0 comments on commit ab69fd9

Please sign in to comment.