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

Commit

Permalink
Fixes github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AngellusMortis committed Sep 15, 2022
1 parent 942401c commit 85b1b1a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
ci:
name: "Test and Lint"
name: CI
runs-on: ubuntu-latest

strategy:
Expand All @@ -32,12 +32,8 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
if [[ "${{ matrix.django }}" == "${{ env.DEFAULT_DJANGO }}" ]]; then
pip install -r ./reqs/dev-requirements.txt
else
pip install -r ./reqs/dj${{ matrix.django }}-requirements.txt
fi
pip install -r ./reqs/dj${{ matrix.django }}-requirements.txt
pip install ".[dev]"
- name: Lint Code
if: matrix.python == env.DEFAULT_PYTHON && matrix.django == env.DEFAULT_DJANGO
Expand Down

0 comments on commit 85b1b1a

Please sign in to comment.