Skip to content

Commit

Permalink
Fix dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
gbip committed Jan 23, 2025
1 parent 87c1255 commit 91d309a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: python -m pip download .[drf]
run: python -m pip install .[drf]

- name: Install dependencies
run: python -m pip install --upgrade pip
Expand Down

0 comments on commit 91d309a

Please sign in to comment.