Skip to content

Commit

Permalink
CI builds install explicit django version (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jheld authored Nov 9, 2020
1 parent 596c6a0 commit 860a556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install django==${{ matrix.django-version }}
python -m pip install -e .
- name: Run Tests
run: |
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
- DJANGO="django>=3.1,<3.2"

install:
- pip install ${DJANGO}
- pip install -e .

before_script:
Expand Down

0 comments on commit 860a556

Please sign in to comment.