Skip to content

Commit

Permalink
django install order
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Nov 23, 2023
1 parent 9629ca9 commit 9056776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install --upgrade coveralls ruff
pip install "django~=${{ matrix.django-version }}"
pip install -e .
- name: Run ruff
run: ruff .
- name: Run test
Expand Down

0 comments on commit 9056776

Please sign in to comment.